Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Commit 9264661

Browse files
committed
Make dropbox executable. Oops.
1 parent ec7e151 commit 9264661

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ clean:
1111

1212
install: libdropbox_ext4.so
1313
install $^ $(INSTALL_DIR)/lib/ && \
14-
echo -e "#!/bin/bash\n\nLD_PRELOAD=$(INSTALL_DIR)/lib/$^ exec /usr/bin/dropbox \"\$$@\"" > $(INSTALL_DIR)/bin/dropbox
14+
echo -e "#!/bin/bash\n\nLD_PRELOAD=$(INSTALL_DIR)/lib/$^ exec /usr/bin/dropbox \"\$$@\"" > $(INSTALL_DIR)/bin/dropbox && \
15+
chmod 0755 $(INSTALL_DIR)/bin/dropbox
1516

1617
uninstall:
1718
rm -f $(INSTALL_DIR)/bin/dropbox && \

0 commit comments

Comments
 (0)