Skip to content

Commit 0ad273f

Browse files
Fantumtwebster
authored andcommitted
fix executable libraries
1 parent 5d03ee9 commit 0ad273f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debian/rules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ override_dh_auto_configure:
1515
--buildtype=debugoptimized \
1616
-D use-debian-pam=true \
1717

18+
execute_after_dh_fixperms:
19+
: # fix executable libraries
20+
chmod 0644 debian/cinnamon-screensaver/usr/libexec/cinnamon-screensaver/girepository-1.0/CScreensaver-1.0.typelib
21+
chmod 0644 debian/cinnamon-screensaver/usr/libexec/cinnamon-screensaver/libcscreensaver.so
22+
1823
# there has never been a testsuite, so don't try running it and breaking
1924
# just because there isn't one
2025
override_dh_auto_test:

0 commit comments

Comments
 (0)