We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc7c56 commit a87a00fCopy full SHA for a87a00f
1 file changed
debian/rules
@@ -5,8 +5,9 @@ override_dh_install:
5
rm -R debian/bash-argsparse
6
mkdir -p debian/bash-argsparse/usr/bin
7
for file in argsparse argsparse-completion; do \
8
- install -m 0755 "$$file.sh" debian/bash-argsparse/usr/bin
9
- ln -s "$$file.sh" debian/bash-argsparse/usr/bin/"$$file"
+ install -m 0755 "$$file.sh" debian/bash-argsparse/usr/bin ; \
+ ln -s "$$file.sh" debian/bash-argsparse/usr/bin/"$$file" ; \
10
+ done
11
12
build:
13
dh build
0 commit comments