aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2016-12-12 02:58:39 +0100
committerache <ache@ache.one>2016-12-12 03:03:32 +0100
commitc4b0b2cdf6295c612bf7a4265a0ddbb813dc50b2 (patch)
tree87e769b4a26a6073ffba07e312dfbbeddbedd796 /Makefile
parentNew makefile (diff)
Rigth fixes in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 8a534af..97ad184 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@ install:
sudo cp -i light2.sh /usr/bin/light2
sudo cp -i toMp3.sh /usr/bin/toMp3
sudo cp -i track.py /usr/bin/track
- chmod +x /usr/bin/autoWall
- chmod +x /usr/bin/bot4chan
- chmod +x /usr/bin/coWifi
- chmod +x /usr/bin/img2pdf
- chmod +x /usr/bin/light2
- chmod +x /usr/bin/toMp3
- chmod +x /usr/bin/track
+ sudo chmod +x /usr/bin/autoWall
+ sudo chmod +x /usr/bin/bot4chan
+ sudo chmod +x /usr/bin/coWifi
+ sudo chmod +x /usr/bin/img2pdf
+ sudo chmod +x /usr/bin/light2
+ sudo chmod +x /usr/bin/toMp3
+ sudo chmod +x /usr/bin/track