mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 23:06:40 +02:00
11 lines
189 B
Text
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
|
|
}
|
|
|