Commit f93e5af95e4fccf2bff3a84ba608e4b48f0ca63f

Authored by perry.werneck@gmail.com
1 parent 5f60e06b

Implementando plugin rexx para Ubuntu

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
debian.control
... ... @@ -33,7 +33,7 @@ Description: DBUS plugin for pw3270.
33 33  
34 34 Package: pw3270-plugin-rexx
35 35 Architecture: any
36   -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}), oorexx >= 4.1.2
  36 +Depends: ${misc:Depends}, lib3270 (= ${binary:Version}), oorexx (>= 4.1.2)
37 37 Description: REXX script support for pw3270.
38 38 This package provides Rexx class and associated libraries allowing rexx scripts to access tn3270e hosts.
39 39  
... ...
debian.rules
... ... @@ -76,6 +76,7 @@ install: build
76 76 #install --mode=644 ui/80rexx.xml $(PWD)/debian/pw3270/pw3270-plugin-rexx/usr/share/pw3270/ui
77 77  
78 78 make DESTDIR=$(PWD)/debian/pw3270-plugin-rexx install-rexx
  79 + install -d --mode=755 $(PWD)/debian/pw3270/pw3270-plugin-rexx/usr/bin
79 80 ln -s /usr/share/ooRexx/rx3270.cls $(PWD)/debian/pw3270/pw3270-plugin-rexx/usr/bin/rx3270.cls
80 81  
81 82 find $(PWD)/debian/pw3270/pw3270-plugin-rexx -type f | sed -e "s@^$(PWD)/debian/pw3270/pw3270-plugin-rexx/@/@g" > $(PWD)/debian/pw3270-plugin-rexx.install
... ...