comparison core/util-linux/util-linux.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children 59a2fa6992bc
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
112 $with_nls \ 112 $with_nls \
113 $with_python \ 113 $with_python \
114 $with_selinux 114 $with_selinux
115 make 115 make
116 make install DESTDIR=$DESTDIR 116 make install DESTDIR=$DESTDIR
117 rm -f $DESTDIR/lib/lib{fdisk,smartcols,mount,blkid,uuid}.la 117 for i in fdisk smartcols mount blkid uuid; do
118 rm -f $DESTDIR/lib/lib$i.la
119 done
118 120
119 cd .. 121 cd ..
120 rm -rf $PKGNAME-$PKGVERSION 122 rm -rf $PKGNAME-$PKGVERSION
121 } 123 }