Browse Source

Benjamin Schieder <blindcoder@scavenger.homeip.net>:

fix ncurses installation


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1595 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Benjamin Schieder 21 years ago
parent
commit
acb12af730
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/base/ncurses/one-step-install.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,7 @@
*) 2003-10-07 (2.0.0-rc2 - 2.0.0-rc3)
- Dimitar Zhekov: updated gentoo file manager
- Benjamin Schieder: fixed ncurses
*) 2003-10-06 (2.0.0-rc2 - 2.0.0-rc3)

+ 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; $(INSTALL_LIB) %s %s\n", dst_name, src_name, dst_name
+ printf "\trm -f %s; cp %s %s\n", dst_name, 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