diff options
author | Juergen Daubert <jue@jue.li> | 2011-09-02 12:20:35 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-09-02 12:20:35 +0200 |
commit | 06ff49a2f71890eda9c4ab2b164d625019f84529 (patch) | |
tree | 2350132b3d03e28fca46ccc7ec8265b3accd1cec /samba | |
parent | 628b56566ec72e72bcc3097a3c823d774676f653 (diff) | |
download | opt-06ff49a2f71890eda9c4ab2b164d625019f84529.tar.gz opt-06ff49a2f71890eda9c4ab2b164d625019f84529.tar.xz |
samba: enable samba-config.patch again
Diffstat (limited to 'samba')
-rw-r--r-- | samba/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba/Pkgfile b/samba/Pkgfile index 4d8cde9c9..1bdd4ae71 100644 --- a/samba/Pkgfile +++ b/samba/Pkgfile @@ -12,7 +12,7 @@ source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \ build () { cd $name-$version/source3 - #patch -d .. -p1 -i $SRC/samba-config.patch + patch -d .. -p1 -i $SRC/samba-config.patch ./configure --prefix=/usr \ --localstatedir=/var \ |