Skip to content

Commit

Permalink
Merge pull request #82 from n-kawauchi/add_permission
Browse files Browse the repository at this point in the history
Java版debパッケージのサンプルスクリプトの実行権限をつけた(1.2)
  • Loading branch information
n-ando authored Jul 31, 2020
2 parents e472800 + 143d633 commit 5873a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ install-arch:
(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/rtcd_java)
(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/rtcd_java.sh)
(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/rtcprof_java*)
(chmod 755 $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/*.sh)

dh_install -s
# Must not depend on anything. This is to be called by
Expand Down

0 comments on commit 5873a85

Please sign in to comment.