diff options
author | Kyle Guinn <elyk03@gmail.com> | 2015-12-01 01:54:21 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 07:58:45 +0700 |
commit | 46f570f47a32fca2d7541d627b5b3cfbd6009e20 (patch) | |
tree | e99a97b340572c3b1722db7abc75b2454f8ff714 /development/eagle/eagle.SlackBuild | |
parent | c75ff0d5aae41ae42df0d79a4d62cb0a92bfe3be (diff) | |
download | slackbuilds-46f570f47a32fca2d7541d627b5b3cfbd6009e20.tar.gz |
development/eagle: Updated for version 7.5.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'development/eagle/eagle.SlackBuild')
-rw-r--r-- | development/eagle/eagle.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/eagle/eagle.SlackBuild b/development/eagle/eagle.SlackBuild index 2cff859db2..6180e65c41 100644 --- a/development/eagle/eagle.SlackBuild +++ b/development/eagle/eagle.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=eagle -VERSION=${VERSION:-7.4.0} +VERSION=${VERSION:-7.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,6 +51,8 @@ mkdir -p $TMP $PKG $OUTPUT sh $CWD/$PRGNAM-$PLATFORM-$VERSION.run $PKG/opt chown -R root:root $PKG chmod -R u+w,go-w,a+rX-st $PKG +find $PKG/opt/$PRGNAM-$VERSION/lbr/seeed -type f -exec chmod -x {} + +find $PKG/opt/$PRGNAM-$VERSION/projects/examples/seeed -type f -exec chmod -x {} + # Create the license key file. EAGLE will write to this the first time it is # run. After that, you can change the permissions to 0644 if you wish. |