diff options
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | mkinitcpio | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ install: all -e 's|^HOOKDIR=.*|HOOKDIR=/lib/initcpio/hooks|' \ -e 's|^INSTDIR=.*|INSTDIR=/lib/initcpio/install|' \ -e 's|^PRESETDIR=.*|PRESETDIR=/etc/mkinitcpio.d|' \ + -e 's|%VERSION%|${VERSION}|g' \ < mkinitcpio > ${DESTDIR}/sbin/mkinitcpio sed -e 's|\(^declare FUNCTIONS\)=.*|\1=/lib/initcpio/functions|' \ @@ -36,6 +36,7 @@ unset GREP_OPTIONS CDPATH usage() { cat <<EOF +mkinitcpio %VERSION% usage: ${0##*/} [options] Options: |