]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- use perl link extraction by default; works better
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 17 May 2015 11:50:58 +0000 (13:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 17 May 2015 11:50:58 +0000 (13:50 +0200)
pldnotify.awk

index 92d4a26c94a475790c49a1a17facbc028cbdab1a..e0121d56e453c872d0f66515094cb2de2fd0b14f 100755 (executable)
@@ -784,6 +784,9 @@ function process_data(name, ver, rel,     src, nver, i) {
 }
 
 BEGIN {
+       # use perl links extraction by default
+       USE_PERL = 1
+
        # if you want to use DEBUG, run script with "-v DEBUG=1"
        # or uncomment the line below
        # DEBUG = 1
This page took 0.047104 seconds and 4 git commands to generate.