OpenSDE Packages Database (without history before r20070)
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.

58 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../alliance/no_csh.patch
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./distrib/etc/Makefile.am.orig 2009-09-02 00:33:39.000000000 +0300
  17. +++ ./distrib/etc/Makefile.am 2009-11-14 20:17:25.254391298 +0200
  18. @@ -2,6 +2,6 @@
  19. etcdir=/etc/profile.d
  20. -etc_SCRIPTS=alc_env.csh alc_env.sh
  21. +etc_SCRIPTS=alc_env.sh
  22. -EXTRA_DIST=alc_env.csh.in alc_env.sh.in
  23. +EXTRA_DIST=alc_env.sh.in
  24. --- ./distrib/etc/Makefile.in.orig 2009-09-02 12:10:27.000000000 +0300
  25. +++ ./distrib/etc/Makefile.in 2009-11-14 20:17:08.126392139 +0200
  26. @@ -40,14 +40,14 @@
  27. host_triplet = @host@
  28. subdir = distrib/etc
  29. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  30. - $(srcdir)/alc_env.csh.in $(srcdir)/alc_env.sh.in
  31. + $(srcdir)/alc_env.sh.in
  32. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  33. am__aclocal_m4_deps = $(top_srcdir)/alliance.m4 $(top_srcdir)/motif.m4 \
  34. $(top_srcdir)/xpm.m4 $(top_srcdir)/configure.in
  35. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  36. $(ACLOCAL_M4)
  37. mkinstalldirs = $(install_sh) -d
  38. -CONFIG_CLEAN_FILES = alc_env.sh alc_env.csh
  39. +CONFIG_CLEAN_FILES = alc_env.sh
  40. am__installdirs = "$(DESTDIR)$(etcdir)"
  41. etcSCRIPT_INSTALL = $(INSTALL_SCRIPT)
  42. SCRIPTS = $(etc_SCRIPTS)
  43. @@ -340,8 +340,8 @@
  44. sysconfdir = @sysconfdir@
  45. target_alias = @target_alias@
  46. etcdir = /etc/profile.d
  47. -etc_SCRIPTS = alc_env.csh alc_env.sh
  48. -EXTRA_DIST = alc_env.csh.in alc_env.sh.in
  49. +etc_SCRIPTS = alc_env.sh
  50. +EXTRA_DIST = alc_env.sh.in
  51. all: all-am
  52. .SUFFIXES: