Browse Source

<avmeier@web.de>:

tibid/xdu tries to tar xZf $archdir/xdu-3.0.tar.Z + cleanups


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1536 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
02f2f00ea6
2 changed files with 2 additions and 14 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -14
      package/tibit/xdu/xdu.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -11,6 +11,7 @@
fixed the bootdisk build
- Alejandro Mery: fixed samba - smbadduser
added chkrootkit
- Andreas V. Meier and Rene Rebe: fixed and cleanup of xdu
*) 2003-09-27 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 14
package/tibit/xdu/xdu.conf

@ -20,19 +20,6 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
main_xdu() {
mkdir xdu-3.0
cd xdu-3.0
tar xZf $archdir/xdu-3.0.tar.Z
xmkmf
eval $MAKE
eval $MAKE install
}
custmain="main_xdu"
autoextract=0
createdocs=0
srcdir=''

Loading…
Cancel
Save