diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-16 15:48:55 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-16 15:48:55 -0400 |
commit | 48819c69c2404f3edb203ab08401dac0f776fb78 (patch) | |
tree | fd0b388cfabaa4dfb77b19071339ab6e4fcd40a5 | |
parent | cc19a12999e4cc7ce5f09426f5916a19021f49bc (diff) |
oops, I'm a dummyv0.5
-rw-r--r-- | jh-mvn-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jh-mvn-install.sh b/jh-mvn-install.sh index e3db6ad..0fabd71 100644 --- a/jh-mvn-install.sh +++ b/jh-mvn-install.sh @@ -18,9 +18,9 @@ fi dir="${base%/*}" install -d "${DESTDIR}${dir}" -install -m 644 "$jarfile" "${DESTDIR}${base}.pom" +install -m 644 "$pomfile" "${DESTDIR}${base}.pom" [[ -n $jarfile ]] || exit 0 -install -m 644 "$pomfile" "${DESTDIR}${base}.jar" +install -m 644 "$jarfile" "${DESTDIR}${base}.jar" if [[ -n "${aliases[*]}" ]]; then for alias in "${aliases[@]}"; do |