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.
36 lines
1.3 KiB
36 lines
1.3 KiB
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# T2 SDE: 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. |
|
# --- T2-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 \
|
|
|