[med-svn] [Git][med-team/pdb2pqr][master] Try to set correct target dir but failed.
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 12 21:12:23 GMT 2019
Andreas Tille pushed to branch master at Debian Med / pdb2pqr
Commits:
7df19812 by Andreas Tille at 2019-12-12T21:12:04Z
Try to set correct target dir but failed.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -28,9 +28,10 @@ override_dh_auto_configure:
cp -a pMC_mult_wrap.cpp pMC_mult_wrap.cpp.saved && \
cp -a pMC_mult.py pMC_mult.py.saved && \
swig -c++ -python -o pMC_mult_wrap.cpp pMC_mult.i )
+ mkdir -p $(CURDIR)/debian/tmp/usr/share/pdb2pqr
scons \
URL="http://localhost/pdb2pqr/" \
- PREFIX="/usr/share/pdb2pqr"
+ PREFIX="$(CURDIR)/debian/tmp/usr/share/pdb2pqr"
# Disable tests, as they need an internet connection to download files
# override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/med-team/pdb2pqr/commit/7df19812ecf8b2435338b691b6316451922ca930
--
View it on GitLab: https://salsa.debian.org/med-team/pdb2pqr/commit/7df19812ecf8b2435338b691b6316451922ca930
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191212/4b0b1b30/attachment.html>
More information about the debian-med-commit
mailing list