forked from pool/util-linux
21 lines
529 B
Diff
21 lines
529 B
Diff
--- misc-utils/Makefile
|
|
+++ misc-utils/Makefile
|
|
@@ -12,7 +12,7 @@
|
|
# Where to put man pages?
|
|
|
|
MAN1= cal.1 chkdupexe.1 ddate.1 logger.1 look.1 mcookie.1 \
|
|
- namei.1 rename.1 script.1 whereis.1 hostid.1
|
|
+ namei.1 rename.1 script.1 whereis.1 hostid.1 scriptreplay.1
|
|
|
|
# Where to put binaries?
|
|
# See the "install" rule for the links. . .
|
|
@@ -20,7 +20,7 @@
|
|
BIN=
|
|
|
|
USRBIN= cal chkdupexe ddate hostid logger look mcookie \
|
|
- namei rename script whereis
|
|
+ namei rename script scriptreplay whereis
|
|
|
|
MAYBE= reset setterm
|
|
|