From a22b15ed1fd8222da3f54279cf47c48350b1b604 Mon Sep 17 00:00:00 2001 From: "simon@yubico.com" Date: Thu, 25 Nov 2010 14:27:36 +0000 Subject: [PATCH] Fix. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@277 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- ykpers4win.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 * -- 2.39.5