Skip to content

Commit

Permalink
drop execute permission from libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tach committed Aug 8, 2008
1 parent e6ca82b commit 6f716cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUBYLIBDIR = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['rubylibdir']")
install/rbphoto::
mkdir -p $(DEB_DESTDIR)/$(RUBYLIBDIR)/rbphoto
install -m 755 bin/* $(DEB_DESTDIR)/usr/bin/
install -m 755 lib/rbphoto.rb $(DEB_DESTDIR)/$(RUBYLIBDIR)
install -m 755 lib/rbphoto/import.rb $(DEB_DESTDIR)/$(RUBYLIBDIR)/rbphoto
install -m 644 lib/rbphoto.rb $(DEB_DESTDIR)/$(RUBYLIBDIR)
install -m 644 lib/rbphoto/import.rb $(DEB_DESTDIR)/$(RUBYLIBDIR)/rbphoto

0 comments on commit 6f716cd

Please sign in to comment.