mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
5 lines
230 B
Text
5 lines
230 B
Text
# Install a private copy of the GeoIP database, now that the online version
|
|||
# has been discontinued:
|
|||
mkdir -p $PKG/usr/share/apps/ktorrent/GeoIP
|
|||
zcat $CWD/patch/ktorrent/geoip.dat.gz > $PKG/usr/share/apps/ktorrent/GeoIP/geoip.dat
|