Skip to content

Commit

Permalink
fix executable libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantu authored and mtwebster committed Aug 13, 2024
1 parent 4f90949 commit 7884d90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ override_dh_auto_configure:
--buildtype=debugoptimized \
-D use-debian-pam=true \

execute_after_dh_fixperms:
: # fix executable libraries
chmod 0644 debian/cinnamon-screensaver/usr/libexec/cinnamon-screensaver/girepository-1.0/CScreensaver-1.0.typelib
chmod 0644 debian/cinnamon-screensaver/usr/libexec/cinnamon-screensaver/libcscreensaver.so

# there has never been a testsuite, so don't try running it and breaking
# just because there isn't one
override_dh_auto_test:
Expand Down

0 comments on commit 7884d90

Please sign in to comment.