comparison audio/pulseaudio/pulseaudio.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 149d4199e052
children ae55d9077f70
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
144 $with_ssl \ 144 $with_ssl \
145 $with_udev \ 145 $with_udev \
146 $with_x 146 $with_x
147 make 147 make
148 make install DESTDIR=$DESTDIR 148 make install DESTDIR=$DESTDIR
149 find $DESTDIR -type f -name "*.la" -delete
149 150
150 cd .. 151 cd ..
151 rm -rf $PKGNAME-$PKGVERSION 152 rm -rf $PKGNAME-$PKGVERSION
152 } 153 }