remove doas_askpass subodule update shortcuts
This commit is contained in:
15
.local/bin/doas_askpass/Makefile
Normal file
15
.local/bin/doas_askpass/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
PROG=doas_askpass
|
||||
PREFIX=/usr/local
|
||||
BINDIR=${PREFIX}/bin
|
||||
LICENSEDIR=${PREFIX}/share/licenses/doas_askpass
|
||||
|
||||
install:
|
||||
chmod 755 ${PROG}
|
||||
cp ${PROG} ${PROG}.bak
|
||||
mkdir -p ${DESTDIR}${BINDIR}
|
||||
cp ${PROG}.bak ${DESTDIR}${BINDIR}/${PROG}
|
||||
rm ${PROG}.bak
|
||||
|
||||
uninstall:
|
||||
rm -rf ${DESTDIR}${LICENSEDIR}
|
||||
rm -f ${DESTDIR}${BINDIR}/${PROG}
|
||||
Reference in New Issue
Block a user