diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-06 22:18:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-06 22:18:09 +0100 |
commit | 061dcaae2c13ea380763d39e38684c8f10ae5a8b (patch) | |
tree | fcce0f5892b48b1c22e06e25fa0b0eadac7e20a6 /xfce/terminal/Pkgfile | |
parent | 661ec7c754a328c23f18918559cf538659f03e79 (diff) | |
download | nutyx-extra-061dcaae2c13ea380763d39e38684c8f10ae5a8b.tar.gz nutyx-extra-061dcaae2c13ea380763d39e38684c8f10ae5a8b.tar.bz2 nutyx-extra-061dcaae2c13ea380763d39e38684c8f10ae5a8b.tar.xz nutyx-extra-061dcaae2c13ea380763d39e38684c8f10ae5a8b.zip |
terminal, maj 0.4.6-1
Diffstat (limited to 'xfce/terminal/Pkgfile')
-rwxr-xr-x | xfce/terminal/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce/terminal/Pkgfile b/xfce/terminal/Pkgfile index b4eeeb1ba..2f2183f0e 100755 --- a/xfce/terminal/Pkgfile +++ b/xfce/terminal/Pkgfile @@ -6,7 +6,7 @@ # Run on: atk,cairo,dbus,dbus-glib,exo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,ncurses,pango,vte name=terminal -version=0.4.5 +version=0.4.6 release=1 source=(http://archive.xfce.org/src/apps/$name/${version%.*}/Terminal-$version.tar.bz2 ) @@ -19,5 +19,5 @@ cd Terminal-$version --disable-static make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } - |