diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-05 12:23:17 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-05 12:23:17 +0200 |
commit | f78ccf0c5b15486090ac70b8054d7b909192697b (patch) | |
tree | 858caddc809a5a003d01389820847fdec193d640 | |
parent | fdd6ad659885d68fbd8c721268b08e9edada23b4 (diff) | |
download | tde-packaging-f78ccf0c5b15486090ac70b8054d7b909192697b.tar.gz tde-packaging-f78ccf0c5b15486090ac70b8054d7b909192697b.zip |
RPM Packaging: update fileshareset
-rw-r--r-- | redhat/extras/fileshareset/fileshareset.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/extras/fileshareset/fileshareset.spec b/redhat/extras/fileshareset/fileshareset.spec index 3e7b5ca41..99e65e9f9 100644 --- a/redhat/extras/fileshareset/fileshareset.spec +++ b/redhat/extras/fileshareset/fileshareset.spec @@ -99,7 +99,7 @@ echo "RESTRICT=yes" > "${RPM_BUILD_ROOT}%{_sysconfdir}/security/fileshare.conf" %if 0%{?suse_version} %verify(not mode) %{_bindir}/fileshareset %else -%attr(4755,root,root) %{tde_bindir}/fileshareset +%attr(4755,root,root) %{_bindir}/fileshareset %endif |