]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- full path for lzma
authorwitekfl <witekfl@pld-linux.org>
Sat, 27 May 2006 12:12:52 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-lzma2.patch -> 1.5

rpm-lzma2.patch

index b2d2972404ab8505c7a5b2c009f4d8fd1e36ea21..437e08bd04a1aec5799eb41ace30e20e5e86965c 100644 (file)
@@ -205,7 +205,7 @@ diff -Nru rpm-4.4.5.old/rpmio/rpmio.c rpm-4.4.5/rpmio/rpmio.c
 +        dup2(p[0], 0);
 +        dup2(fdno, 1);
 +        for (i = 3; i < 1024; i++) close(i);
-+        if (execlp("lzma", "lzma", "e", "-si", "-so", NULL)) {
++        if (execl("/usr/bin/lzma", "lzma", "e", "-si", "-so", NULL)) {
 +            _exit(1);
 +          }
 +    }
This page took 0.142867 seconds and 4 git commands to generate.