Makefile (for Linux)
This commit is contained in:
parent
477aa9fd65
commit
ef59d2a6f5
15
makefile.linux
Normal file
15
makefile.linux
Normal file
|
@ -0,0 +1,15 @@
|
|||
#################################################
|
||||
# Installing mozilla-linux-scripts #
|
||||
#################################################
|
||||
|
||||
PREFIX=/usr
|
||||
|
||||
install:
|
||||
cp scripts/firefox-install $(PREFIX)/bin
|
||||
cp scripts/thunderbird-install $(PREFIX)/bin
|
||||
chmod +x $(PREFIX)/bin/firefox-install
|
||||
chmod +x $(PREFIX)/bin/thunderbird-install
|
||||
|
||||
uninstall:
|
||||
rm $(PREFIX)/bin/firefox-install
|
||||
rm $(PREFIX)/bin/thunderbird-install
|
Loading…
Reference in New Issue
Block a user