diff options
author | David Holm <dholm@gentoo.org> | 2004-03-04 21:04:15 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-04 21:04:15 +0000 |
commit | ab16032acd0e8f3c5c07116cef6a74869f65d7b3 (patch) | |
tree | 264c8606404c06f5b932f47db4305cf700df5c8b /app-emulation/uae/files | |
parent | fixing fftw depend. (Manifest recommit) (diff) | |
download | gentoo-2-ab16032acd0e8f3c5c07116cef6a74869f65d7b3.tar.gz gentoo-2-ab16032acd0e8f3c5c07116cef6a74869f65d7b3.tar.bz2 gentoo-2-ab16032acd0e8f3c5c07116cef6a74869f65d7b3.zip |
Cleanup submitted by Jonathan Heaney
Diffstat (limited to 'app-emulation/uae/files')
-rw-r--r-- | app-emulation/uae/files/install_libscg_gentoo | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emulation/uae/files/install_libscg_gentoo b/app-emulation/uae/files/install_libscg_gentoo deleted file mode 100644 index 4670d5b72eae..000000000000 --- a/app-emulation/uae/files/install_libscg_gentoo +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# copy those files that are necessary to use the libscg -# in UAE ON GENTOO -# -# Patrick Ohly, 9.4.2000, GPL -# -# Updated for cdrtools 2.0.x Richard Drummond 15.2.2004 -# Ripped to pieces by Jonathan Heaney 23.2.2004 -# -# check arguments -# -libsdir=/usr/lib -incsdir=/usr/include -scsiinc="$incsdir"/scsilib - -# -# find our own directory -# hint: this file is in src -# -uaedir=`dirname "$0"` - -cp -R -f -L "$scsiinc/btorder.h" "$scsiinc/intcvt.h" "$scsiinc/mconfig.h" \ - "$scsiinc/prototyp.h" "$scsiinc/utypes.h" "$scsiinc/scg" \ - "$incsdir/xconfig.h" "$uaedir"/include -cp -f "$libsdir/libscg.a" \ - "$libsdir/libschily.a" "$uaedir" |