mirror of
https://git.suckless.org/9base
synced 2025-08-28 02:43:48 -07:00
fix DESTDIRK typo in yacc/Makefile
This commit is contained in:
committed by
Anselm R Garbe
parent
7a0d18922b
commit
c074f6d0c7
@@ -6,8 +6,8 @@ TARG = yacc
|
|||||||
include ../std.mk
|
include ../std.mk
|
||||||
|
|
||||||
pre-uninstall:
|
pre-uninstall:
|
||||||
rm -f ${DESTDIRK}${PREFIX}/yacc/yaccpar
|
rm -f ${DESTDIR}${PREFIX}/yacc/yaccpar
|
||||||
rm -f ${DESTDIRK}${PREFIX}/yacc/yaccpars
|
rm -f ${DESTDIR}${PREFIX}/yacc/yaccpars
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@mkdir -p ${DESTDIR}${PREFIX}/yacc
|
@mkdir -p ${DESTDIR}${PREFIX}/yacc
|
||||||
|
Reference in New Issue
Block a user