Sfoglia il codice sorgente

fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou 7 anni fa
parent
commit
eb6759cc78
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/fixup-makefile.pl

+ 1 - 1
scripts/fixup-makefile.pl

@@ -26,7 +26,7 @@ sub set_var($) {
 		$state{related_var} = "URL";
 	} else {
 		$state{context} = 1;
-		$state{related_var} = "PKG_SOURCE";
+		$state{related_var} = "PKG_SOURCE_URL";
 	}
 }