Browse Source

ncurses can use install ... (maybe we can remove the whole patch later?)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1722 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
4a54a60454
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/ncurses/one-step-install.patch

+ 1
- 1
package/base/ncurses/one-step-install.patch

@ -6,7 +6,7 @@
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
+ printf "\trm -f %s; cp %s %s\n", dst_name, src_name, dst_name
+ printf "\tinstall %s %s\n", src_name, dst_name
sharedlinks("$(DESTDIR)$(libdir)")
diff -Nru3 trunk-1418/package/base/liblockfile/force-symlink.patch trunk/package/base/liblockfile/force-symlink.patch

Loading…
Cancel
Save