diff options
author | Nick Steeves <nick.steeves@shaw.ca> | 2006-03-30 18:44:30 +0000 |
---|---|---|
committer | Nick Steeves <nick.steeves@shaw.ca> | 2006-03-30 18:44:30 +0000 |
commit | 4da50dbe58c4429190dbb00887d6baa47b2413da (patch) | |
tree | 6634616fbea966ef876c9638e270bb0ec33b134c /kdenetwork | |
parent | d84020c727a9086dfe475556951b2a41ae63f35b (diff) | |
download | opt-4da50dbe58c4429190dbb00887d6baa47b2413da.tar.gz opt-4da50dbe58c4429190dbb00887d6baa47b2413da.tar.xz |
KDE, k3b, kile, kiosktool, koffice: allow installation of English documentation
Diffstat (limited to 'kdenetwork')
-rw-r--r-- | kdenetwork/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kdenetwork/Pkgfile b/kdenetwork/Pkgfile index b56374228..4e0fb606e 100644 --- a/kdenetwork/Pkgfile +++ b/kdenetwork/Pkgfile @@ -6,7 +6,7 @@ name=kdenetwork version=3.5.2 -release=1 +release=2 source=(http://download.kde.org/stable/3.5.2/src/$name-$version.tar.bz2\ lisa) @@ -20,5 +20,4 @@ build() { make DESTDIR=$PKG install install -D ../lisa $PKG/etc/rc.d/lisa cp debian/lisarc $PKG/etc/lisa.conf - rm -rf $PKG/usr/share/doc } |