summaryrefslogtreecommitdiff
path: root/slock-1.4/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-19 18:49:27 +0000
committerstkhan <personal@slickd.xyz>2022-05-19 18:49:27 +0000
commitcb5d7285fa381c3bfca6fa567d7039b320a9a2d7 (patch)
tree3eb6540629a2599746d69728e6ff8927990f981d /slock-1.4/Makefile
parentd214ade6878905318c6a4db23c91ce0851ee6ffc (diff)
slock has a lock screen wallpaper
Diffstat (limited to 'slock-1.4/Makefile')
-rw-r--r--slock-1.4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/slock-1.4/Makefile b/slock-1.4/Makefile
index f4ffbb7..0f308b7 100644
--- a/slock-1.4/Makefile
+++ b/slock-1.4/Makefile
@@ -51,7 +51,8 @@ install: all
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
@sed "s/VERSION/${VERSION}/g" <slock.1 >${DESTDIR}${MANPREFIX}/man1/slock.1
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/slock.1
-
+ @mkdir -p ${DESTDIR}${PREFIX}/share/slock
+ @cp -f lockscreen.jpg ${DESTDIR}${PREFIX}/share/slock/
uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
@rm -f ${DESTDIR}${PREFIX}/bin/slock