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.

12 lines
637 B

  1. --- ./mk-1st.awk.orig 2002-04-20 20:32:47.000000000 +0300
  2. +++ ./mk-1st.awk 2003-09-22 16:15:38.000000000 +0300
  3. @@ -224,8 +224,7 @@
  4. src_name = sprintf("../lib/%s", end_name);
  5. dst_name = sprintf("$(DESTDIR)$(libdir)/%s", end_name);
  6. printf "\t@echo installing %s as %s\n", src_name, dst_name
  7. - printf "\t-@rm -f %s\n", dst_name
  8. - printf "\t$(INSTALL_LIB) %s %s\n", src_name, dst_name
  9. + printf "\trm -f %s; cp %s %s\n", dst_name, src_name, dst_name
  10. sharedlinks("$(DESTDIR)$(libdir)")
  11. diff -Nru3 trunk-1418/package/base/liblockfile/force-symlink.patch trunk/package/base/liblockfile/force-symlink.patch