Re: dangling symlinks in upstream archive
Hi Stefano!
On Mon, 20 Aug 2001, Stefano Zacchiroli wrote:
> On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> > Why do you need to remove them? As long as they are not installed
> > into the binary package it is not a problem.
>
> right! but these files resides in an example dir that is installed as
> whole and I don't wont to specify on a file by file basis which file
> have to be installed ...
for i in debian/tmp/...examples/* ; do [ -r "$i" ] && rm -f "$i" ; done
That might do it...
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
Reply to: