]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-gui.spec.in
bug
[bacula/bacula] / gui / bacula-gui.spec.in
index 1bee9896e74a567494c9ebf0a48959c21b3635d8..1879a62589aaf47704d8939c094dc1ce6e6e81ce 100644 (file)
@@ -222,7 +222,7 @@ chmod 644 $RPM_BUILD_ROOT%{sysconfdir}/README.bacula-web
 
 # install the libbweb files
 cp -p %{bweb}-%{version}/lib/*.pm $RPM_BUILD_ROOT%{perl_sitearch}/
-chmod 644 $RPM_BUILD_ROOT%{perl_site_arch}/*.pm
+chmod 644 $RPM_BUILD_ROOT%{perl_sitearch}/*.pm
 
 # install the brestore files
 cp -p %{brestore}-%{version}/brestore.pl $RPM_BUILD_ROOT/usr/bin/
@@ -231,8 +231,8 @@ cp -p %{brestore}-%{version}/brestore.glade $RPM_BUILD_ROOT/usr/share/brestore/
 cp -p %{brestore}-%{version}/brestore.desktop.xsu $RPM_BUILD_ROOT/usr/share/applications/brestore.desktop
 %else
 cp -p %{brestore}-%{version}/brestore.desktop.consolehelper $RPM_BUILD_ROOT/usr/share/applications/brestore.desktop
-cp -p brestore.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/brestore
-cp -p brestore.pamd $RPM_BUILD_ROOT/etc/pam.d/brestore
+cp -p %{brestore}-%{version}/brestore.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/brestore
+cp -p %{brestore}-%{version}/brestore.pamd $RPM_BUILD_ROOT/etc/pam.d/brestore
 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/brestore
 %endif
 cp -p %{brestore}-%{version}/brestore.png $RPM_BUILD_ROOT/usr/share/pixmaps/
@@ -403,7 +403,7 @@ echo
 %changelog
 * Sun Sep 24 2006 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - it's bweb not brestore that needs to add dataowner to group bacula
-- brestore will need to run xsu or usermod
+- brestore will need to run xsu or consolehelper
 * Sun Sep 03 2006 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - seems that groupmod -A or -R is only available on SuSE
 - use awk or add warning for other platforms