diff options
Diffstat (limited to 'net-mgmt/scotty3/files/patch-ac')
-rw-r--r-- | net-mgmt/scotty3/files/patch-ac | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac index da052c31d3cd..47141f9d54fe 100644 --- a/net-mgmt/scotty3/files/patch-ac +++ b/net-mgmt/scotty3/files/patch-ac @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Jun 4 12:15:55 1998 -+++ Makefile.in Thu Jun 4 12:22:39 1998 -@@ -490,7 +490,7 @@ +--- Makefile.in.orig Fri Mar 26 20:12:11 1999 ++++ Makefile.in Fri Mar 26 20:20:58 1999 +@@ -509,7 +509,7 @@ @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION) @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) @@ -9,13 +9,11 @@ tnm-install-mibs: @for i in $(TNM_INSTALL_DIR)/mibs ; \ -@@ -589,11 +590,15 @@ - else true; \ +@@ -608,10 +608,14 @@ fi; \ done; -- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)" + @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" - @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" + @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) + @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh + @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh |