aports/testing/strfry/pre-build-pkgver_patch
2024-01-25 16:58:31 +00:00

11 lines
189 B
Text

--- a/golpe/pre-build.pl
+++ b/golpe/pre-build.pl
@@ -29,7 +29,7 @@
print $fh <<"END";
#pragma once
-#define APP_GIT_VERSION "$gitVer"
+#define APP_GIT_VERSION "@PKGVER@"
END
}