diff options
Diffstat (limited to 'development/mcu8051ide/mcu8051ide.SlackBuild')
-rw-r--r-- | development/mcu8051ide/mcu8051ide.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/mcu8051ide/mcu8051ide.SlackBuild b/development/mcu8051ide/mcu8051ide.SlackBuild index 99d90acdfb..bc41ebdd22 100644 --- a/development/mcu8051ide/mcu8051ide.SlackBuild +++ b/development/mcu8051ide/mcu8051ide.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mcu8051ide -VERSION=${VERSION:-1.4.9} +VERSION=${VERSION:-1.4.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,11 +68,11 @@ find -L . \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - + cmake -DCMAKE_INSTALL_PREFIX=/usr . -make || return 1 +make make DESTDIR=$PKG install - + sed -i -e 's/tclsh8.5/tclsh8.6/' $PKG/usr/bin/$PRGNAM |