95packagekit should be executable when installed. fixes rh#442286

This commit is contained in:
Richard Hughes 2008-04-14 12:18:17 +01:00
parent 873232982b
commit b423d862bc

View File

@ -81,6 +81,9 @@ EXTRA_DIST = \
clean-local:
rm -f *~
install-data-hook:
chmod a+x $(DESTDIR)$(libdir)/pm-utils/sleep.d/95packagekit;
DISTCLEANFILES = \
org.freedesktop.PackageKit.service \
org.freedesktop.PackageKitTestBackend.service \