wok diff acl/receipt @ rev 23936

syslinux/isohybrid: force GPT detection (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 12:46:01 2020 +0000 (2020-09-09)
parents ed16b1f1124a
children 68cf96abc146
line diff
     1.1 --- a/acl/receipt	Wed Oct 31 15:45:41 2018 +0100
     1.2 +++ b/acl/receipt	Wed Sep 09 12:46:01 2020 +0000
     1.3 @@ -35,8 +35,7 @@
     1.4  			--libexecdir=/usr/lib \
     1.5  			$CONFIGURE_ARGS &&
     1.6  		make &&
     1.7 -		DIST_ROOT=$DESTDIR \
     1.8 -		make install install-dev
     1.9 +		DIST_ROOT=$DESTDIR make install
    1.10  	} || {
    1.11  		mv -f /bin/sh.bak /bin/sh; return 1
    1.12  	}