wok-stable diff slitaz-tools/receipt @ rev 12292

get-skype: fix library versions in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 28 10:46:30 2012 +0200 (2012-05-28)
parents 89f94b3e502a
children
line diff
     1.1 --- a/slitaz-tools/receipt	Tue Apr 10 12:10:23 2012 +0200
     1.2 +++ b/slitaz-tools/receipt	Mon May 28 10:46:30 2012 +0200
     1.3 @@ -23,6 +23,8 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 +	  # tazinst minor fixes
     1.8 +	  patch -p1 < $stuff/tazinst.patch || return 1
     1.9      make && make DESTDIR=$DESTDIR install
    1.10  }
    1.11