diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-21 19:42:18 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-21 19:42:18 +0000 |
commit | efc8dac53869b87d9a18cb3f7943bae9f1e8c306 (patch) | |
tree | f1368c186703420d2f041ffebeb67f74013422b6 /packaging/RedHat | |
parent | 4437f7f76d4d4d541e42ec37fe49800bc40d35dc (diff) | |
download | samba-efc8dac53869b87d9a18cb3f7943bae9f1e8c306.tar.gz samba-efc8dac53869b87d9a18cb3f7943bae9f1e8c306.tar.bz2 samba-efc8dac53869b87d9a18cb3f7943bae9f1e8c306.zip |
remove smbgroupedit from packaging scripts
(This used to be commit efa4e08210ff7c3bd703f0bb3ddf8da8bb84850a)
Diffstat (limited to 'packaging/RedHat')
-rw-r--r-- | packaging/RedHat/samba2.spec.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl index e50870fffc..8aaf7a4916 100644 --- a/packaging/RedHat/samba2.spec.tmpl +++ b/packaging/RedHat/samba2.spec.tmpl @@ -90,7 +90,7 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/{lib,include} # Install standard binary files for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \ - rpcclient smbspool smbcacls smbcontrol wbinfo smbmnt net smbgroupedit \ + rpcclient smbspool smbcacls smbcontrol wbinfo smbmnt net \ smbcacls pdbedit tdbbackup smbtree do install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin @@ -394,7 +394,6 @@ fi %{prefix}/bin/smbcontrol %{prefix}/bin/wbinfo %{prefix}/bin/net -%{prefix}/bin/smbgroupedit %{prefix}/bin/smbcacls %{prefix}/bin/pdbedit %{prefix}/bin/tdbbackup |