mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-26 05:24:03 +02:00
The platform-specific files should be the last one installed.
This allows to overwrite translations or skin files.
This commit is contained in:
parent
759eefd676
commit
6ec7fa10a0
@ -4,6 +4,6 @@
|
|||||||
install-data-local:
|
install-data-local:
|
||||||
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
|
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
|
||||||
$(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/skins"
|
$(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/skins"
|
||||||
cp -r platform/@PLATFORM@/* "$(DESTDIR)$(pkgdatadir)"
|
|
||||||
cp -r translations "$(DESTDIR)$(pkgdatadir)"
|
cp -r translations "$(DESTDIR)$(pkgdatadir)"
|
||||||
cp -r skins/@SCREEN_RES@/* "$(DESTDIR)$(pkgdatadir)/skins"
|
cp -r skins/@SCREEN_RES@/* "$(DESTDIR)$(pkgdatadir)/skins"
|
||||||
|
cp -r platform/@PLATFORM@/* "$(DESTDIR)$(pkgdatadir)"
|
||||||
|
Loading…
Reference in New Issue
Block a user