summaryrefslogtreecommitdiff
path: root/examples/redhat/samba-1.9.16p11.spec
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-02-18 02:56:08 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-02-18 02:56:08 +0000
commit12b3473e0ced1719b785914622691509d9371e44 (patch)
tree5239f6f5923564a657b260a8fa16767a517b5ef4 /examples/redhat/samba-1.9.16p11.spec
parentbbc3010b35387205816086b503459e9289299a35 (diff)
downloadsamba-12b3473e0ced1719b785914622691509d9371e44.tar.gz
samba-12b3473e0ced1719b785914622691509d9371e44.tar.bz2
samba-12b3473e0ced1719b785914622691509d9371e44.zip
JHT ===> Still mucking around with RPM building for RedHat Linux
(This used to be commit 77568d945dba58f9611967ee06eef8efe79f7454)
Diffstat (limited to 'examples/redhat/samba-1.9.16p11.spec')
-rw-r--r--examples/redhat/samba-1.9.16p11.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/redhat/samba-1.9.16p11.spec b/examples/redhat/samba-1.9.16p11.spec
index 68a906ef68..0c71b9ba8b 100644
--- a/examples/redhat/samba-1.9.16p11.spec
+++ b/examples/redhat/samba-1.9.16p11.spec
@@ -35,15 +35,19 @@ make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
cd source
cd ..
-for i in addtosmbpass mksmbpasswd.sh nmblookup smbclient smbpasswd smbrun smbstatus smbtar testparm testprn
+for i in nmblookup smbclient smbpasswd smbrun smbstatus testparm testprns
do
install -m755 -s -g 0 -o 0 source/$i /usr/bin
done
+for i in addtosmbpass mksmbpasswd.sh smbtar
+do
+ install -m755 -g 0 -o 0 source/$i /usr/bin
+done
for i in smbd nmbd
do
install -m755 -s -g 0 -o 0 source/$i /usr/sbin
done
-for i in smbclient.1 smbrun.1 smbstatus.1 smbtar.1 testparm.1 testprn.1
+for i in smbclient.1 smbrun.1 smbstatus.1 smbtar.1 testparm.1 testprns.1
do
install -m644 -g 0 -o 0 docs/$i /usr/man/man1
done