From: Elan Ruusamäe Date: Mon, 26 May 2014 20:54:29 +0000 (+0300) Subject: allow redefine _applnkdir in .spec X-Git-Tag: auto/th/rpm-build-tools-4.6-4~38 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=5baa151d354481942ebede5277ad8b0e9f773d8c;p=packages%2Frpm-build-tools.git allow redefine _applnkdir in .spec --- diff --git a/adapter.awk b/adapter.awk index abb0ddd..f72d321 100644 --- a/adapter.awk +++ b/adapter.awk @@ -144,11 +144,6 @@ function b_makekey(a, b, s) { } /^%define/ { - # Remove defining _applnkdir (this macro has been included in rpm-3.0.4) - if ($2 == "_applnkdir") { - next - } - # FIXME: this section will likely never match after cvs->git migration if ($2 == "date") { if (did_files == 0) {