summaryrefslogtreecommitdiff
path: root/gdk-pixbuf.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf.morph')
-rw-r--r--gdk-pixbuf.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf.morph b/gdk-pixbuf.morph
index c89c75c89..c070c83cc 100644
--- a/gdk-pixbuf.morph
+++ b/gdk-pixbuf.morph
@@ -3,4 +3,8 @@ kind: chunk
build-system: autotools
install-commands:
- make DESTDIR=$DESTDIR install
-- LD_LIBRARY_PATH=$DESTDIR/usr/lib $DESTDIR/usr/bin/gdk-pixbuf-query-loaders > $DESTDIR/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+- install -d "$DESTDIR/lib/systemd/system/multi-user.target.wants"
+- install -m 0644 systemd/gdk-pixbuf-cache-loaders.service
+ "$DESTDIR/lib/systemd/system"
+- ln -s ../gdk-pixbuf-cache-loaders.service
+ "$DESTDIR/lib/systemd/system/multi-user.target.wants/gdk-pixbuf-cache-loaders.service"