|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../cgtoolkit/cgtoolkit.conf |
|
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -21,8 +21,8 @@ autoextract=0
|
|
|
|
|
cgtoolkit_postmake() { |
|
|
|
|
f= |
|
|
|
|
case $arch in |
|
|
|
|
x86) f="`match_source_file -p x86.tar`" ;; |
|
|
|
|
x86-64) f="`match_source_file -p x86_64.tar`" ;; |
|
|
|
|
x86) f="`match_source_file -p x86.tgz`" ;; |
|
|
|
|
x86-64) f="`match_source_file -p x86_64.tgz`" ;; |
|
|
|
|
esac |
|
|
|
|
[ "$f" ] || abort "No binary for this architecture detected!" |
|
|
|
|
|
|
|
|
|