diff options
Diffstat (limited to 'system/TermRecord/TermRecord.SlackBuild')
-rw-r--r-- | system/TermRecord/TermRecord.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/TermRecord/TermRecord.SlackBuild b/system/TermRecord/TermRecord.SlackBuild index c0d44a5865..274dba981b 100644 --- a/system/TermRecord/TermRecord.SlackBuild +++ b/system/TermRecord/TermRecord.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=TermRecord -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,10 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# fix data files paths to /usr/share/TermRecord -sed -i 's/\/local//' src/TermRecord -sed -i 's/\/local//' setup.py - python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |