patch-po_Makefile_in 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. --- popt-1.15.orig/po/Makefile.in 2009-04-12 21:31:23.000000000 +0200
  2. +++ popt-1.15/po/Makefile.in 2009-10-31 23:15:58.617450982 +0100
  3. @@ -22,42 +22,42 @@ srcdir = .
  4. top_srcdir = ..
  5. -prefix = /usr/local
  6. +prefix = /usr
  7. exec_prefix = ${prefix}
  8. datarootdir = ${prefix}/share
  9. -datadir = ${datarootdir}
  10. +datadir = /usr/share
  11. localedir = ${datarootdir}/locale
  12. gettextsrcdir = $(datadir)/gettext/po
  13. -INSTALL = /usr/opkg/bin/ginstall -c
  14. +INSTALL = /usr/bin/install -c
  15. INSTALL_DATA = ${INSTALL} -m 644
  16. # We use $(mkdir_p).
  17. # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
  18. # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
  19. -# $(SHELL) /d2/u/rse/prj/rpm/src.popt/install-sh does not start with $(SHELL), so we add it.
  20. -# In automake >= 1.10, /usr/opkg/bin/gmkdir -p is derived from ${MKDIR_P}, which is defined
  21. +# $(SHELL) /home/wbx/adk/build_i586/w-popt-1.15-2/popt-1.15/install-sh does not start with $(SHELL), so we add it.
  22. +# In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
  23. # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
  24. # versions, $(mkinstalldirs) and $(install_sh) are unused.
  25. -mkinstalldirs = $(SHELL) $(SHELL) /d2/u/rse/prj/rpm/src.popt/install-sh -d
  26. -install_sh = $(SHELL) $(SHELL) /d2/u/rse/prj/rpm/src.popt/install-sh
  27. -MKDIR_P = /usr/opkg/bin/gmkdir -p
  28. -mkdir_p = /usr/opkg/bin/gmkdir -p
  29. +mkinstalldirs = $(SHELL) $(SHELL) /home/wbx/adk/build_i586/w-popt-1.15-2/popt-1.15/install-sh -d
  30. +install_sh = $(SHELL) $(SHELL) /home/wbx/adk/build_i586/w-popt-1.15-2/popt-1.15/install-sh
  31. +MKDIR_P = /bin/mkdir -p
  32. +mkdir_p = /bin/mkdir -p
  33. -GMSGFMT_ = /usr/opkg/bin/msgfmt
  34. -GMSGFMT_no = /usr/opkg/bin/msgfmt
  35. -GMSGFMT_yes = /usr/opkg/bin/msgfmt
  36. +GMSGFMT_ = /usr/bin/msgfmt
  37. +GMSGFMT_no = /usr/bin/msgfmt
  38. +GMSGFMT_yes = /usr/bin/msgfmt
  39. GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT))
  40. -MSGFMT_ = /usr/opkg/bin/msgfmt
  41. -MSGFMT_no = /usr/opkg/bin/msgfmt
  42. -MSGFMT_yes = /usr/opkg/bin/msgfmt
  43. +MSGFMT_ = /usr/bin/msgfmt
  44. +MSGFMT_no = /usr/bin/msgfmt
  45. +MSGFMT_yes = /usr/bin/msgfmt
  46. MSGFMT = $(MSGFMT_$(USE_MSGCTXT))
  47. -XGETTEXT_ = /usr/opkg/bin/xgettext
  48. -XGETTEXT_no = /usr/opkg/bin/xgettext
  49. -XGETTEXT_yes = /usr/opkg/bin/xgettext
  50. +XGETTEXT_ = /usr/bin/xgettext
  51. +XGETTEXT_no = /usr/bin/xgettext
  52. +XGETTEXT_yes = /usr/bin/xgettext
  53. XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
  54. MSGMERGE = msgmerge
  55. -MSGMERGE_UPDATE = /usr/opkg/bin/msgmerge --update
  56. +MSGMERGE_UPDATE = /usr/bin/msgmerge --update
  57. MSGINIT = msginit
  58. MSGCONV = msgconv
  59. MSGFILTER = msgfilter
  60. @@ -96,7 +96,7 @@ CATALOGS = @CATALOGS@
  61. mv t-$@ $@
  62. -all: check-macro-version all-yes
  63. +all: check-macro-version all-no
  64. all-yes: stamp-po
  65. all-no:
  66. @@ -202,7 +202,7 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
  67. install: install-exec install-data
  68. install-exec:
  69. -install-data: install-data-yes
  70. +install-data: install-data-no
  71. if test "$(PACKAGE)" = "gettext-tools"; then \
  72. $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
  73. for file in $(DISTFILES.common) Makevars.template; do \
  74. @@ -261,7 +261,7 @@ install-strip: install
  75. installdirs: installdirs-exec installdirs-data
  76. installdirs-exec:
  77. -installdirs-data: installdirs-data-yes
  78. +installdirs-data: installdirs-data-no
  79. if test "$(PACKAGE)" = "gettext-tools"; then \
  80. $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
  81. else \
  82. @@ -306,7 +306,7 @@ installcheck:
  83. uninstall: uninstall-exec uninstall-data
  84. uninstall-exec:
  85. -uninstall-data: uninstall-data-yes
  86. +uninstall-data: uninstall-data-no
  87. if test "$(PACKAGE)" = "gettext-tools"; then \
  88. for file in $(DISTFILES.common) Makevars.template; do \
  89. rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \