commit | 4ae71859400f0d5884d935c2de9ad71c8e243249 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 22 13:44:40 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 22 13:44:40 2014 -0700 |
tree | dd3433641bb88d794c15a1237646d68f0ea9aab5 | |
parent | f97d56686fd42a5e6b4b946f5283690c8d7702a2 [diff] [blame] |
nlsr: Correcting dependency on protobuf
diff --git a/packaging.mk b/packaging.mk index d43b309..72ea977 100644 --- a/packaging.mk +++ b/packaging.mk
@@ -70,7 +70,7 @@ \ cd "work" ; \ for distro in ${DISTROS}; do \ - dput "${PPA}" "${NAME}_${VERSION}-ppa${PPA_VERSION}~$$distro""_source.changes" ; \ + dput -f "${PPA}" "${NAME}_${VERSION}-ppa${PPA_VERSION}~$$distro""_source.changes" ; \ done ; \ \ cd .. ; \