summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f039a55794..85dc65d664 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,12 @@ install: build
39 39
40 cd builddir && $(MAKE) PREFIX=$(CURDIR)/debian/rockbox/opt/rockbox fullinstall 40 cd builddir && $(MAKE) PREFIX=$(CURDIR)/debian/rockbox/opt/rockbox fullinstall
41 41
42 # Remove broken plugins (keymap missing)
43 # Note: Credits and f.e. mikmod are included and working
44 rm -f $(CURDIR)/debian/rockbox/opt/rockbox/lib/rockbox/rocks/apps/*
45 rm -f $(CURDIR)/debian/rockbox/opt/rockbox/lib/rockbox/rocks/demos/*
46 rm -f $(CURDIR)/debian/rockbox/opt/rockbox/lib/rockbox/rocks/games/*
47
42 # Install icon and .desktop file 48 # Install icon and .desktop file
43 mkdir -p $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps 49 mkdir -p $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps
44 cp -f debian/maemo/rockbox.png $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps 50 cp -f debian/maemo/rockbox.png $(CURDIR)/debian/rockbox/usr/share/icons/hicolor/64x64/apps