Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
deafa51858
2 changed files with 2 additions and 20 deletions
  1. +2
    -2
      package/base/ncurses/ncurses.desc
  2. +0
    -18
      package/base/ncurses/no-rm-so.patch

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

@ -38,9 +38,9 @@
[L] GPL
[S] Stable
[V] 5.5
[V] 5.6
[P] X -X-3-----9 102.300
[D] 1037129130 ncurses-5.5.tar.gz ftp://ftp.gnu.org/pub/gnu/ncurses/
[D] 4140944326 ncurses-5.6.tar.gz ftp://ftp.gnu.org/pub/gnu/ncurses/
[D] 430723242 termtypes.ti.gz http://catb.org/~esr/terminfo/

+ 0
- 18
package/base/ncurses/no-rm-so.patch

@ -1,18 +0,0 @@
--- ./mk-1st.awk.orig 2005-06-18 21:15:57.000000000 +0200
+++ ./mk-1st.awk 2006-05-30 01:48:45.556155823 +0200
@@ -207,7 +207,6 @@
} else {
dst_dirs = "$(DESTDIR)$(libdir)";
printf "../lib/%s : $(%s_OBJS)\n", end_name, OBJS
- print "\t-@rm -f $@";
}
if ( subset == "termlib" || subset == "termlib+ext_tinfo" ) {
printf "\t$(MK_SHARED_LIB) $(%s_OBJS) $(TINFO_LIST) $(LDFLAGS)\n", OBJS
@@ -240,7 +239,6 @@
src_name = sprintf("../lib/%s", end_name);
dst_name = sprintf("$(DESTDIR)$(libdir)/%s", end_name);
printf "\t@echo installing %s as %s\n", src_name, dst_name
- printf "\t-@rm -f %s\n", dst_name
printf "\t$(INSTALL_LIB) %s %s\n", src_name, dst_name
sharedlinks("$(DESTDIR)$(libdir)")

Loading…
Cancel
Save