Skip to content

Commit

Permalink
Don't try to change bindir permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Oct 6, 2009
1 parent 1353d54 commit 255c3db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ install: all install-sh check-uninstall install-force
#

install-force: all install-translations
$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
for i in $(PROGRAMS); do\
$(INSTALL) -m 755 $$i $(DESTDIR)$(bindir) ; \
done;
Expand Down

0 comments on commit 255c3db

Please sign in to comment.