summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index c3ff392..d69d35d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,19 +8,7 @@ libexecdir=/usr/libexec
sharedir=/usr/share
unitdir=/usr/lib/systemd/system
-all: scripts
-
-scripts:
- @/bin/cp -f gimp/scripts/gimp-normalize-to-bootsplash.scm tmp-gimp-command
- @cat gimp/scripts/gimp-convert-to-jpeg.scm >> tmp-gimp-command
- @for i in */gfxboot/*.png ; do \
- echo \(gimp-normalize-to-bootsplash 1.0 \"$$i\" \"`dirname $$i`/`basename $$i .png`.jpg\"\) >> tmp-gimp-command; \
- done
-
- @echo \(gimp-quit 1\) >> tmp-gimp-command
- @echo running gimp to convert images
- @cat tmp-gimp-command | gimp --console-messages -i -d -b -
- @rm -f tmp-gimp-command
+all:
install:
mkdir -p $(DESTDIR)$(sharedir)/mga/screensaver