mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
moreutils: Add package
Signed-off-by: Nikil Mehta <nikil.mehta@gmail.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpages/docbook.xsl
|
||||
|
||||
-all: $(BINS) $(MANS)
|
||||
+all: $(BINS)
|
||||
|
||||
clean:
|
||||
rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
|
||||
@@ -27,9 +27,6 @@
|
||||
$(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
|
||||
install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
-
|
||||
check: isutf8
|
||||
./is_utf8/test.sh
|
||||
|
||||
Reference in New Issue
Block a user