1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 21:35:06 +00:00
serenity/Ports/sl/patches/serenity-changes.patch
2021-04-16 19:04:24 +02:00

14 lines
355 B
Diff

diff --git a/Makefile b/Makefile
index c3005d2..e071fc9 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,9 @@ clean:
rm -f sl
distclean: clean
+
+install: all
+ mkdir -p ${DESTDIR}/usr/local/bin
+ install sl ${DESTDIR}/usr/local/bin/sl
+ mkdir -p ${DESTDIR}/usr/local/share/man/man1
+ gzip -9 -c < sl.1 > ${DESTDIR}/usr/local/share/man/man1/sl.1.gz