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
58 lines
2.0 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../alliance/no_csh.patch |
|
# Copyright (C) 2009 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- ./distrib/etc/Makefile.am.orig 2009-09-02 00:33:39.000000000 +0300 |
|
+++ ./distrib/etc/Makefile.am 2009-11-14 20:17:25.254391298 +0200 |
|
@@ -2,6 +2,6 @@ |
|
|
|
etcdir=/etc/profile.d |
|
|
|
-etc_SCRIPTS=alc_env.csh alc_env.sh |
|
+etc_SCRIPTS=alc_env.sh |
|
|
|
-EXTRA_DIST=alc_env.csh.in alc_env.sh.in |
|
+EXTRA_DIST=alc_env.sh.in |
|
--- ./distrib/etc/Makefile.in.orig 2009-09-02 12:10:27.000000000 +0300 |
|
+++ ./distrib/etc/Makefile.in 2009-11-14 20:17:08.126392139 +0200 |
|
@@ -40,14 +40,14 @@ |
|
host_triplet = @host@ |
|
subdir = distrib/etc |
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
|
- $(srcdir)/alc_env.csh.in $(srcdir)/alc_env.sh.in |
|
+ $(srcdir)/alc_env.sh.in |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
am__aclocal_m4_deps = $(top_srcdir)/alliance.m4 $(top_srcdir)/motif.m4 \ |
|
$(top_srcdir)/xpm.m4 $(top_srcdir)/configure.in |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
$(ACLOCAL_M4) |
|
mkinstalldirs = $(install_sh) -d |
|
-CONFIG_CLEAN_FILES = alc_env.sh alc_env.csh |
|
+CONFIG_CLEAN_FILES = alc_env.sh |
|
am__installdirs = "$(DESTDIR)$(etcdir)" |
|
etcSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
|
SCRIPTS = $(etc_SCRIPTS) |
|
@@ -340,8 +340,8 @@ |
|
sysconfdir = @sysconfdir@ |
|
target_alias = @target_alias@ |
|
etcdir = /etc/profile.d |
|
-etc_SCRIPTS = alc_env.csh alc_env.sh |
|
-EXTRA_DIST = alc_env.csh.in alc_env.sh.in |
|
+etc_SCRIPTS = alc_env.sh |
|
+EXTRA_DIST = alc_env.sh.in |
|
all: all-am |
|
|
|
.SUFFIXES: |
|
|
|
|