From: simon@yubico.com Date: Thu, 25 Nov 2010 14:27:36 +0000 (+0000) Subject: Fix. X-Git-Tag: yubikey-personalisation_1.3.5-1~5^2~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22b15ed1fd8222da3f54279cf47c48350b1b604;p=yubikey-personalization Fix. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@277 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/ykpers4win.mk b/ykpers4win.mk index d15c036..6cd229d 100644 --- a/ykpers4win.mk +++ b/ykpers4win.mk @@ -1,4 +1,4 @@ -ykpers4win: +ykpers4win32: rm -rf tmp && mkdir tmp && cd tmp && \ wget -q http://yubico-c.googlecode.com/files/libyubikey-1.7.tar.gz && \ tar xfa libyubikey-1.7.tar.gz && \ @@ -17,4 +17,6 @@ ykpers4win: cd ykpers-1.3.5/ && \ PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig ./configure --host=i686-w64-mingw32 --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \ make install check && \ - cd .. + cd .. && \ + cd root && \ + zip -r ../../ykpers-1.3.5-win32.zip *