more cleanups
This commit is contained in:
parent
51da0fe390
commit
41e8ed7393
12
gtk2.spec
12
gtk2.spec
@ -202,12 +202,12 @@ cp -aR docs/tutorial/html tmpdocs/tutorial
|
|||||||
cp -aR docs/faq/html tmpdocs/faq
|
cp -aR docs/faq/html tmpdocs/faq
|
||||||
|
|
||||||
for dir in examples/* ; do
|
for dir in examples/* ; do
|
||||||
if [ -d $dir ] ; then
|
if [ -d $dir ] ; then
|
||||||
./mkinstalldirs tmpdocs/$dir
|
./mkinstalldirs tmpdocs/$dir
|
||||||
for file in $dir/* ; do
|
for file in $dir/* ; do
|
||||||
install -m 0644 $file tmpdocs/$dir
|
install -m 0644 $file tmpdocs/$dir
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# We need to have separate 32-bit and 64-bit binaries
|
# We need to have separate 32-bit and 64-bit binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user