From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Fri, 14 Nov 2008 11:45:45 +0000 (+0000) Subject: Elementary mistake #2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3a2ed3bf854c31dd8b807e678299c05ed3f5530e;p=fedora-mingw.git Elementary mistake #2 --- diff --git a/flexdll/flexlink.exe b/flexdll/flexlink.exe index 83dacfc..5350fad 100755 --- a/flexdll/flexlink.exe +++ b/flexdll/flexlink.exe @@ -1,4 +1,4 @@ #!/bin/sh - -FLEXDIR=@libdir@/flexdll +FLEXDIR=@libdir@/flexdll \ @libdir@/flexdll/flexlink.exe "$@" \ No newline at end of file diff --git a/flexdll/mingw32-flexdll.spec b/flexdll/mingw32-flexdll.spec index c50630f..6e4ba80 100644 --- a/flexdll/mingw32-flexdll.spec +++ b/flexdll/mingw32-flexdll.spec @@ -11,7 +11,7 @@ Name: mingw32-flexdll Version: 0.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: FlexDLL Windows DLL plugin API which is like dlopen License: zlib @@ -124,5 +124,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Nov 14 2008 Richard W.M. Jones - 0.11-2 +* Fri Nov 14 2008 Richard W.M. Jones - 0.11-3 - Initial RPM release.