Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
8026b467ca
2 changed files with 12 additions and 12 deletions
  1. +2
    -2
      package/base/cpio/cpio.desc
  2. +10
    -10
      package/base/cpio/no_rmt.patch

+ 2
- 2
package/base/cpio/cpio.desc

@ -40,8 +40,8 @@
[L] GPL
[S] Stable
[V] 2.5
[V] 2.6
[P] X -?---5---9 107.700
[D] 2221204688 cpio-2.5.tar.gz ftp://ftp.gnu.org/pub/gnu/cpio/
[D] 1024549086 cpio-2.6.tar.gz ftp://ftp.gnu.org/pub/gnu/cpio/

+ 10
- 10
package/base/cpio/no_rmt.patch

@ -17,14 +17,14 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./Makefile.in.orig 2003-01-07 18:04:53.000000000 +0100
+++ ./Makefile.in 2003-01-07 18:05:27.000000000 +0100
@@ -125,7 +125,7 @@
install:: installdirs all $(srcdir)/cpio.1 $(srcdir)/mt.1
$(INSTALL_PROGRAM) cpio $(bindir)/$(binprefix)cpio
test ! -f mt || $(INSTALL_PROGRAM) mt $(bindir)/$(binprefix)mt
- -test ! -f rmt || $(INSTALL_PROGRAM) rmt $(libexecdir)/rmt
+# -test ! -f rmt || $(INSTALL_PROGRAM) rmt $(libexecdir)/rmt
-$(INSTALL_DATA) $(srcdir)/cpio.1 $(mandir)/$(manprefix)cpio.$(manext)
-test ! -f mt || $(INSTALL_DATA) $(srcdir)/mt.1 $(mandir)/$(manprefix)mt.$(manext)
--- ./Makefile.in.orig 2004-12-20 11:52:17.000000000 +0100
+++ ./Makefile.in 2005-12-12 22:19:04.000000000 +0100
@@ -217,7 +217,7 @@
target_alias = @target_alias@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = gnits 1.8 dist-bzip2 std-options
-SUBDIRS = doc headers lib rmt src po tests
+SUBDIRS = doc headers lib src po tests
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Loading…
Cancel
Save