We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48ebd2 commit 2c148a0Copy full SHA for 2c148a0
Makefile
@@ -0,0 +1,8 @@
1
+PREFIX ?= /usr/local
2
+
3
+all:
4
+ @:
5
6
+install:
7
+ install -d ${DESTDIR}/${PREFIX}/bin
8
+ install -m755 void-updates.sh ${DESTDIR}/${PREFIX}/bin/void-updates
0 commit comments