remove junk that slipped through
This commit is contained in:
parent
43aba4707b
commit
6de050b843
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Work around a stupid behavior in GNU Install.
|
||||
mkdir "$1/usr/share/fonts/TTF/"
|
||||
|
||||
|
||||
for file in TTF/*
|
||||
do
|
||||
install -m644 $file "$1/usr/share/fonts/TTF/"
|
||||
done
|
Loading…
Reference in New Issue
Block a user