diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2015-04-16 21:00:58 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2015-04-16 21:00:58 -0400 |
commit | 42adb30dfd2ef6dd22a01d359047292fbea34d63 (patch) | |
tree | a4eb9b44034ddf42ba5ab1b12decf9487297bc10 /install.sh | |
parent | 13a1153d52347b769c71cdf0fdec37d91cc602af (diff) | |
download | hib-dlagent-0.7.tar.gz hib-dlagent-0.7.zip |
Install python script as executablev0.7
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ install -D -m755 hib-dlagent "$DEST/usr/bin/hib-dlagent" install -D -m644 README "$DEST/usr/share/doc/hib-dlagent/README" -install -D -m644 discover-url.py "$DEST/usr/share/hib-dlagent/discover-url.py" +install -D -m755 discover-url.py "$DEST/usr/share/hib-dlagent/discover-url.py" |