[packages/adapter: 139/631] - /usr/share/unsermake exclude
glen
glen at pld-linux.org
Mon Sep 12 19:46:07 CEST 2016
commit 1367028789e4969b6020be78acabba0b2ca9037a
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Thu Feb 24 15:45:32 2005 +0000
- /usr/share/unsermake exclude
Changed files:
adapter.awk -> 1.134
adapter.awk | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index b196f82..1108d8f 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -596,6 +596,8 @@ function use_macros()
for (c = 1; c <= NF; c++) {
if ($c ~ datadir "/automake")
continue;
+ if ($c ~ datadir "/unsermake")
+ continue;
gsub(datadir, "%{_datadir}", $c)
}
@@ -630,6 +632,8 @@ function use_macros()
continue;
if ($c ~ prefix "/share/automake")
continue;
+ if ($c ~ prefix "/share/unsermake")
+ continue;
gsub(prefix, "%{_prefix}", $c)
}
gsub("%{prefix}", "%{_prefix}")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list