4ceeabbde6
Direct fetch from the git server might be a license violation. Will try to get an agreement from UIUC that the previous fetch can be returned. Not adding PORTEPOCH, because it was nothing wrong technically with 2.12.211. Suggested by: linimon, adamw
12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
--- config.orig 2018-09-09 05:55:48 UTC
|
|
+++ config
|
|
@@ -535,7 +535,7 @@ begin:
|
|
if ( $?CHARM_OPTS ) then
|
|
echo "CHARMOPTS = $CHARM_OPTS" >> Make.config
|
|
endif
|
|
- echo 'CHARM = $(CHARMBASE)/$(CHARMARCH)' >> Make.config
|
|
+ echo 'CHARM = $(CHARMBASE)' >> Make.config
|
|
set ARCH_SUFFIX = ""
|
|
if ( $CHARM_ARCH =~ *-scyld* ) set ARCH_SUFFIX = ${ARCH_SUFFIX}-Scyld
|
|
if ( $CHARM_ARCH =~ *-clustermatic* ) then
|