wok-current diff emacs-pkg-text-translator/receipt @ rev 18150

Up: pcmanfm,libfm(git), libtasn1(4.5)

to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jun 19 19:56:46 2015 +0200 (2015-06-19)
parents 223b265f40fd
children 0b02213fe0a1
line diff
     1.1 --- a/emacs-pkg-text-translator/receipt	Sat Sep 07 22:59:13 2013 +0000
     1.2 +++ b/emacs-pkg-text-translator/receipt	Fri Jun 19 19:56:46 2015 +0200
     1.3 @@ -27,10 +27,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	tazpkg reconfigure emacs
     1.8 +	chroot "$1/" tazpkg reconfigure emacs
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	tazpkg reconfigure emacs
    1.14 +	chroot "$1/" tazpkg reconfigure emacs
    1.15  }