aboutsummaryrefslogtreecommitdiffstats
path: root/security/wipe/files/patch-Makefile.in
blob: d3d802db0f4771b1e925a71552380e81cb96c0a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.in.orig     Sat Aug 30 18:18:03 2003
+++ Makefile.in          Sat Mar  5 00:24:22 2005
@@ -60,13 +60,6 @@
    $(INSTALL_BIN) -d $(bindir)
    $(INSTALL_BIN) -s $(BIN_OUT) $(bindir)
    $(INSTALL) -d $(mandir)/man1
-   $(INSTALL) -o root -m 0644 wipe.1 $(mandir)/man1/
-   rm -rf $(datadir)/doc/wipe*
-   $(INSTALL) -d $(datadir)/doc/wipe
-
-   for file in $(DOCS); do \
-       $(INSTALL) -o root -m 0644 $$file $(datadir)/doc/wipe/; \
-   done
 
 install_home: $(BIN_OUT)
    strip $(BIN_OUT)