Update Makefile
This commit is contained in:
parent
4404f66fee
commit
2cfda54215
4
Makefile
4
Makefile
|
@ -9,7 +9,9 @@ install:
|
|||
cp -rf src/zenigrub-custom /opt/zenigrub-custom/zenigrub-custom
|
||||
cp -rf src/zenigrub-custom-admin /opt/zenigrub-custom/zenigrub-custom-admin
|
||||
cp -rf icon/zenigrub-custom.png /opt/zenigrub-custom/zenigrub-custom.png
|
||||
cp -rf img/ /opt/zenigrub-custom/
|
||||
cp -rf src/zenigrub-custom.desktop $(PREFIX)/share/applications/zenigrub-custom.desktop
|
||||
rm -rf $(PREFIX)/bin/zenigrub-custom
|
||||
ln -s /opt/zenigrub-custom/zenigrub-custom $(PREFIX)/bin/zenigrub-custom
|
||||
chmod +x $(PREFIX)/bin/zenigrub-custom
|
||||
chmod +x /opt/zenigrub-custom/zenigrub-custom
|
||||
|
@ -21,7 +23,9 @@ install-es:
|
|||
cp -rf src-ES/zenigrub-custom /opt/zenigrub-custom/zenigrub-custom
|
||||
cp -rf src-ES/zenigrub-custom-admin /opt/zenigrub-custom/zenigrub-custom-admin
|
||||
cp -rf icon/zenigrub-custom.png /opt/zenigrub-custom/zenigrub-custom.png
|
||||
cp -rf img/ /opt/zenigrub-custom/
|
||||
cp -rf src-ES/zenigrub-custom.desktop $(PREFIX)/share/applications/zenigrub-custom.desktop
|
||||
rm -rf $(PREFIX)/bin/zenigrub-custom
|
||||
ln -s /opt/zenigrub-custom/zenigrub-custom $(PREFIX)/bin/zenigrub-custom
|
||||
chmod +x $(PREFIX)/bin/zenigrub-custom
|
||||
chmod +x /opt/zenigrub-custom/zenigrub-custom
|
||||
|
|
Loading…
Reference in New Issue
Block a user