summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-10-23 14:21:55 +0000
committerJohn Terpstra <jht@samba.org>1998-10-23 14:21:55 +0000
commit21e56ce707963507fe301b4feaad62964196aa46 (patch)
treeaef6c1a3396be6cb18a6a852259a5dc1e1573df8 /packaging
parent8de02620ea8f45f6a700617911947467e7be46e1 (diff)
downloadsamba-21e56ce707963507fe301b4feaad62964196aa46.tar.gz
samba-21e56ce707963507fe301b4feaad62964196aa46.tar.xz
samba-21e56ce707963507fe301b4feaad62964196aa46.zip
Updated paths.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba2.spec.tmpl6
1 files changed, 1 insertions, 5 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 4d65fe13d37..620e109f676 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -100,7 +100,7 @@ mkdir -p $RPM_BUILD_ROOT/var/spool/samba
# Install standard binary files
for i in nmblookup smbclient smbpasswd smbrun smbstatus testparm testprns \
- make_smbcodepage make_printerdef rpcclient
+ make_smbcodepage make_printerdef rpcclient smbsh smbwrapper.so
do
install -m755 -s source/bin/$i $RPM_BUILD_ROOT/usr/bin
done
@@ -115,10 +115,6 @@ do
install -m755 -s source/bin/$i $RPM_BUILD_ROOT/usr/sbin
done
-# Install smbwrapper stuff
-install -m755 -s source/smbwrapper/smbsh $RPM_BUILD_ROOT/usr/bin
-install -m755 -s source/smbwrapper/smbwrapper.so $RPM_BUILD_ROOT/usr/bin
-
# Install level 1 man pages
for i in smbclient.1 smbrun.1 smbstatus.1 smbtar.1 testparm.1 testprns.1 make_smbcodepage.1
do