diff options
author | John Terpstra <jht@samba.org> | 1998-11-18 12:44:29 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-11-18 12:44:29 +0000 |
commit | 8b1e3580bd5b3e0846389fc0480bd3c6e0606c36 (patch) | |
tree | 1594528e454e0d9d2d654d38e5cf286809b6ef0e /packaging/Caldera/samba2.spec.tmpl | |
parent | 15b203519a75e5e8cdca09fe6b1dc2bf377ac75e (diff) | |
download | samba-8b1e3580bd5b3e0846389fc0480bd3c6e0606c36.tar.gz samba-8b1e3580bd5b3e0846389fc0480bd3c6e0606c36.tar.bz2 samba-8b1e3580bd5b3e0846389fc0480bd3c6e0606c36.zip |
Updated packaging files in line with restructuring of Makefile.in
(This used to be commit 05f2d78c8ee1dc0516d9e1076e0954ee2c2cd4b2)
Diffstat (limited to 'packaging/Caldera/samba2.spec.tmpl')
-rw-r--r-- | packaging/Caldera/samba2.spec.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Caldera/samba2.spec.tmpl b/packaging/Caldera/samba2.spec.tmpl index bda5a56028..7765c570e4 100644 --- a/packaging/Caldera/samba2.spec.tmpl +++ b/packaging/Caldera/samba2.spec.tmpl @@ -42,7 +42,7 @@ docs directory for implementation details. %build cd source -./configure +./configure --prefix=/usr --libdir=/etc make all %install |