Maemo port: Exclude plugins requiring a keymap from packaging
Change-Id: Ia713621a97737966c1fead66965cd33cb711c8bf
This commit is contained in:
parent
18f0ba003c
commit
1bd2ac5276
1 changed files with 6 additions and 0 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -39,6 +39,12 @@ install: build
|
||||||
|
|
||||||
cd builddir && $(MAKE) PREFIX=$(CURDIR)/debian/rockbox/opt/rockbox fullinstall
|
cd builddir && $(MAKE) PREFIX=$(CURDIR)/debian/rockbox/opt/rockbox fullinstall
|
||||||
|
|
||||||
|
# Remove broken plugins (keymap missing)
|
||||||
|
# Note: Credits and f.e. mikmod are included and working
|
||||||
|
rm -f $(CURDIR)/debian/rockbox/opt/rockbox/lib/rockbox/rocks/apps/*
|
||||||
|
rm -f $(CURDIR)/debian/rockbox/opt/rockbox/lib/rockbox/rocks/demos/*
|
||||||
|
rm -f $(CURDIR)/debian/rockbox/opt/rockbox/lib/rockbox/rocks/games/*
|
||||||
|
|
||||||
# Install icon and .desktop file
|
# Install icon and .desktop file
|
||||||
mkdir -p $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps
|
mkdir -p $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps
|
||||||
cp -f debian/maemo/rockbox.png $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps
|
cp -f debian/maemo/rockbox.png $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps
|
||||||
|
|
Loading…
Reference in a new issue