]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-more.patch
- specified patches should be included, it will be reviewed later, NFY
[packages/util-linux.git] / util-linux-more.patch
1 diff -Nur util-linux-2.9s/text-utils/Makefile util-linux-2.9s.pld/text-utils/Makefile
2 --- util-linux-2.9s/text-utils/Makefile Fri Jun 11 08:39:14 1999
3 +++ util-linux-2.9s.pld/text-utils/Makefile     Fri Jun 11 08:38:57 1999
4 @@ -20,7 +20,7 @@
5  
6  # Where to put datebase files?
7  
8 -USRLIB=                more.help
9 +DATAMISC=              more.help
10  
11  all: $(BIN) $(USRBIN)
12  
13 @@ -68,10 +68,10 @@
14  endif
15  
16  install install.shadow install.text-utils: all
17 -       $(INSTALLDIR) $(BINDIR) $(USRBINDIR) $(USRLIBDIR) $(MAN1DIR)
18 +       $(INSTALLDIR) $(BINDIR) $(USRBINDIR) $(DATAMISCDIR) $(MAN1DIR)
19         $(INSTALLBIN) $(BIN) $(BINDIR)
20         $(INSTALLBIN) $(USRBIN) $(USRBINDIR)
21 -       $(INSTALLDAT) $(USRLIB) $(USRLIBDIR)
22 +       $(INSTALLDAT) $(DATAMISC) $(DATAMISCDIR)
23         $(INSTALLMAN) $(MAN1) $(MAN1DIR)
24  
25  .PHONY: clean distclean
This page took 0.027814 seconds and 3 git commands to generate.