]> git.pld-linux.org Git - packages/nload.git/commitdiff
- fixed install target (by remove all dumb code).
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Jan 2002 10:06:04 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nload-am_fixes.patch -> 1.1

nload-am_fixes.patch [new file with mode: 0644]

diff --git a/nload-am_fixes.patch b/nload-am_fixes.patch
new file mode 100644 (file)
index 0000000..1c959b3
--- /dev/null
@@ -0,0 +1,23 @@
+--- nload-0.4.0/docs/Makefile.am~      Mon Jan  7 10:57:14 2002
++++ nload-0.4.0/docs/Makefile.am       Mon Jan  7 10:57:14 2002
+@@ -1,4 +1,4 @@
+ ## Helder Correia <helder.correia@netcabo.pt>
+-## dist_man1_MANS = nload.1.in
+-## EXTRA_DIST = $(dist_man1_MANS)
++man_MANS = nload.1
++EXTRA_DIST = nload.1.in
+--- nload-0.4.0/Makefile.am~   Mon Jan  7 10:59:11 2002
++++ nload-0.4.0/Makefile.am    Mon Jan  7 10:59:11 2002
+@@ -3,11 +3,3 @@
+ SUBDIRS = docs src
+ DIST_SUBDIRS = $(SUBDIRS)
+ EXTRA_DIST = AUTHORS ChangeLog COPYING INSTALL README nload.spec.in
+-
+-install:
+-      $(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1
+-      $(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1
+-      gzip $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
+-
+-uninstall:
+-      rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz
This page took 0.03569 seconds and 4 git commands to generate.