wok-6.x diff emacs-pkg-go-mode/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (15 months ago)
parents 4a4761329067
children
line diff
     1.1 --- a/emacs-pkg-go-mode/receipt	Tue Mar 04 13:27:14 2014 +0100
     1.2 +++ b/emacs-pkg-go-mode/receipt	Tue May 09 17:24:00 2023 +0000
     1.3 @@ -29,10 +29,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  }