use config.lua
This commit is contained in:
parent
5f9a6f1a6f
commit
96dacb4a65
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -121,7 +121,7 @@ install: all
|
|||
|
||||
install -m 755 -d -- $(DESTDIR)$(DOCDIR)
|
||||
cp -R AUTHORS LICENSE README* doc* romdump/ $(DESTDIR)$(DOCDIR)
|
||||
-./dist/x48ng --print-config > ./dist/config.lua
|
||||
# -./dist/x48ng --print-config > ./dist/config.lua
|
||||
install -c -m 644 dist/config.lua $(DESTDIR)$(DOCDIR)/config.lua
|
||||
|
||||
install -m 755 -d -- $(DESTDIR)$(PREFIX)/share/applications
|
||||
|
|
Loading…
Reference in a new issue