mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
520 B

  1. --- ./Makefile.in.orig 2001-03-17 06:08:33.000000000 +0200
  2. +++ ./Makefile.in 2003-08-19 21:03:58.000000000 +0300
  3. @@ -55,7 +55,7 @@
  4. install_shared: shared install_common
  5. install -m 755 liblockfile.so \
  6. $(ROOT)$(libdir)/liblockfile.so.$(VER)
  7. - ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so
  8. + ln -sf liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so
  9. if test "$(ROOT)" = ""; then @LDCONFIG@; fi
  10. install_common:diff -Nru3 trunk-1418/package/base/gdb/gdb.conf trunk/package/base/gdb/gdb.conf