summaryrefslogtreecommitdiff
path: root/gdk-pixbuf.morph
blob: c070c83cc5a5d9419195c12e8e9c23e8dcb4de9c (plain)
1
2
3
4
5
6
7
8
9
10
name: gdk-pixbuf
kind: chunk
build-system: autotools
install-commands:
- make DESTDIR=$DESTDIR install
- 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"