|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../vnuml/make-install.patch
|
|
|
|
# Copyright (C) 2006 The T2 SDE 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 ---
|
|
|
|
|
|
|
|
--- vnuml-1.6.2-1/Makefile.in.orig 2006-02-16 14:19:32.000000000 +0100
|
|
|
|
+++ vnuml-1.6.2-1/Makefile.in 2006-02-16 14:50:31.000000000 +0100
|
|
|
|
@@ -187,7 +187,7 @@
|
|
|
|
test -f Build || $(PERL) Build.PL; \
|
|
|
|
fi;
|
|
|
|
$(MAKE) all install-bin install-lib install-docs \
|
|
|
|
- install-modules install-share install-user
|
|
|
|
+ install-modules install-share
|
|
|
|
|
|
|
|
# put share in place
|
|
|
|
.PHONY install-share:
|
|
|
|
@@ -249,7 +249,7 @@
|
|
|
|
install-bin:
|
|
|
|
cd bin; \
|
|
|
|
for file in $(INSTALLBIN_TARGETS); do \
|
|
|
|
- $(INSTALL) $$file ${prefix}/${BIN}; \
|
|
|
|
+ $(INSTALL) $$file ${BIN}/; \
|
|
|
|
done; \
|
|
|
|
# We test if it's a SuSE Linux Distribution to apply the patch
|
|
|
|
if test -f $(SUSE_FILE); then \
|