]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- don't strip on install
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Apr 2005 19:17:23 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac-install.patch -> 1.4

gpac-install.patch

index 5f857d17bf8739ae213e6106ed19d33f2f1b8495..26127f28b4c724c768450a30477dd6be03d1c67c 100644 (file)
@@ -28,7 +28,7 @@
  else
 -      install -s -m 755 bin/gcc/libm4systems.so $(prefix)/lib/libm4systems-$(VERSION).so
 -      ln -sf libm4systems-$(VERSION).so $(prefix)/lib/libm4systems.so
-+      install -s -m 755 bin/gcc/libm4systems.so $(libdir)/libm4systems-$(VERSION).so
++      install -m 755 bin/gcc/libm4systems.so $(libdir)/libm4systems-$(VERSION).so
 +      ln -sf libm4systems-$(VERSION).so $(libdir)/libm4systems.so
        ldconfig || true
  endif
This page took 0.07068 seconds and 4 git commands to generate.