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.

123 lines
4.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/e2fsprogs/modify_before_install.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. chmod and ranlib before install because install_wrapper moves the file
  23. to an 'unknown' location.
  24. -Alejandro
  25. --- ./lib/et/Makefile.in.orig 2003-09-19 16:37:15.000000000 -0400
  26. +++ ./lib/et/Makefile.in 2003-09-19 16:38:14.000000000 -0400
  27. @@ -86,10 +86,10 @@
  28. $(DESTDIR)$(man3dir)
  29. install:: compile_et libcom_err.a $(HFILES) installdirs
  30. + $(CHMOD) 644 libcom_err.a
  31. + -$(RANLIB) libcom_err.a
  32. + $(CHMOD) $(LIBMODE) libcom_err.a
  33. $(INSTALL_DATA) libcom_err.a $(DESTDIR)$(libdir)/libcom_err.a
  34. - $(CHMOD) 644 $(DESTDIR)$(libdir)/libcom_err.a
  35. - -$(RANLIB) $(DESTDIR)$(libdir)/libcom_err.a
  36. - $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libcom_err.a
  37. for i in $(HFILES); do \
  38. $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/et/$$i; \
  39. done
  40. --- ./lib/ss/Makefile.in.orig 2003-09-19 16:48:25.000000000 -0400
  41. +++ ./lib/ss/Makefile.in 2003-09-19 16:49:04.000000000 -0400
  42. @@ -135,10 +135,10 @@
  43. $(DESTDIR)$(bindir)
  44. install:: libss.a $(INSTALL_HFILES) installdirs ss_err.h mk_cmds
  45. + $(CHMOD) 644 libss.a
  46. + -$(RANLIB) libss.a
  47. + $(CHMOD) $(LIBMODE) libss.a
  48. $(INSTALL_DATA) libss.a $(DESTDIR)$(libdir)/libss.a
  49. - $(CHMOD) 644 $(DESTDIR)$(libdir)/libss.a
  50. - -$(RANLIB) $(DESTDIR)$(libdir)/libss.a
  51. - $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libss.a
  52. $(RM) -f $(DESTDIR)$(includedir)/ss/*
  53. for i in $(INSTALL_HFILES); do \
  54. $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ss/$$i; \
  55. --- ./lib/e2p/Makefile.in.orig 2003-09-19 16:57:37.000000000 -0400
  56. +++ ./lib/e2p/Makefile.in 2003-09-19 16:58:51.000000000 -0400
  57. @@ -75,10 +75,10 @@
  58. $(DESTDIR)$(includedir)/e2p
  59. install:: all installdirs
  60. + $(CHMOD) 644 libe2p.a
  61. + -$(RANLIB) libe2p.a
  62. + $(CHMOD) $(LIBMODE) libe2p.a
  63. $(INSTALL_DATA) libe2p.a $(DESTDIR)$(libdir)/libe2p.a
  64. - $(CHMOD) 644 $(DESTDIR)$(libdir)/libe2p.a
  65. - -$(RANLIB) $(DESTDIR)$(libdir)/libe2p.a
  66. - $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libe2p.a
  67. set -e; for i in $(HFILES); do \
  68. $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/e2p/$$i; \
  69. done
  70. --- ./lib/ext2fs/Makefile.in.orig 2003-09-19 17:09:05.000000000 -0400
  71. +++ ./lib/ext2fs/Makefile.in 2003-09-19 17:09:43.000000000 -0400
  72. @@ -222,10 +222,10 @@
  73. $(DESTDIR)$(includedir)/ext2fs
  74. install:: all $(HFILES) $(HFILES_IN) installdirs
  75. + $(CHMOD) 644 libext2fs.a
  76. + -$(RANLIB) libext2fs.a
  77. + $(CHMOD) $(LIBMODE) libext2fs.a
  78. $(INSTALL_DATA) libext2fs.a $(DESTDIR)$(libdir)/libext2fs.a
  79. - $(CHMOD) 644 $(DESTDIR)$(libdir)/libext2fs.a
  80. - -$(RANLIB) $(DESTDIR)$(libdir)/libext2fs.a
  81. - $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libext2fs.a
  82. for i in $(HFILES); do \
  83. $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
  84. done
  85. --- ./lib/uuid/Makefile.in.orig 2003-09-19 17:19:09.000000000 -0400
  86. +++ ./lib/uuid/Makefile.in 2003-09-19 17:19:42.000000000 -0400
  87. @@ -129,10 +129,10 @@
  88. $(DESTDIR)$(includedir)/uuid $(DESTDIR)$(man3dir)
  89. install:: all installdirs
  90. + $(CHMOD) 644 libuuid.a
  91. + -$(RANLIB) libuuid.a
  92. + $(CHMOD) $(LIBMODE) libuuid.a
  93. $(INSTALL_DATA) libuuid.a $(DESTDIR)$(libdir)/libuuid.a
  94. - $(CHMOD) 644 $(DESTDIR)$(libdir)/libuuid.a
  95. - -$(RANLIB) $(DESTDIR)$(libdir)/libuuid.a
  96. - $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libuuid.a
  97. $(INSTALL_DATA) $(srcdir)/uuid.h $(DESTDIR)$(includedir)/uuid/uuid.h
  98. $(INSTALL_DATA) uuid_types.h $(DESTDIR)$(includedir)/uuid/uuid_types.h
  99. for i in $(SMANPAGES); do \
  100. --- ./lib/blkid/Makefile.in.orig 2003-09-19 17:25:29.000000000 -0400
  101. +++ ./lib/blkid/Makefile.in 2003-09-19 17:26:22.000000000 -0400
  102. @@ -112,10 +112,10 @@
  103. $(DESTDIR)$(includedir)/blkid
  104. install:: all installdirs
  105. + $(CHMOD) 644 libblkid.a
  106. + -$(RANLIB) libblkid.a
  107. + $(CHMOD) $(LIBMODE) libblkid.a
  108. $(INSTALL_DATA) libblkid.a $(DESTDIR)$(libdir)/libblkid.a
  109. - $(CHMOD) 644 $(DESTDIR)$(libdir)/libblkid.a
  110. - -$(RANLIB) $(DESTDIR)$(libdir)/libblkid.a
  111. - $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libblkid.a
  112. set -e; for i in $(HFILES); do \
  113. $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/blkid/$$i; \
  114. done