Commit c5fc8d13 authored by Andreas Tille's avatar Andreas Tille
Browse files

Revert PREFIX setting for the moment since this was actually not the cause of writing problems

parent 24971340
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,10 +28,9 @@ 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="$(CURDIR)/debian/tmp/usr/share/pdb2pqr"
		PREFIX="/usr/share/pdb2pqr"

# Disable tests, as they need an internet connection to download files
# override_dh_auto_test: