wok diff fltk-editor/receipt @ rev 24557

updated fltk packages (1.3.5 -> 1.3.8)
author Hans-G?nter Theisgen
date Fri Feb 25 15:09:26 2022 +0100 (2022-02-25)
parents ec27bdc69711
children
line diff
     1.1 --- a/fltk-editor/receipt	Sat Jan 25 13:47:19 2020 +0100
     1.2 +++ b/fltk-editor/receipt	Fri Feb 25 15:09:26 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fltk-editor"
     1.7 -VERSION="1.3.5"
     1.8 +VERSION="1.3.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Fast Light Tool Kit - text editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd ${src}/test &&
    1.17 +	cd $src/test &&
    1.18  	[ -x ./editor ] || make editor
    1.19  }
    1.20