mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-17 05:42:27 +01:00
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
--- 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
|
|
}
|
|
|