From 0ff1b5b45facd7543529dab5711cf2812c47c218 Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 21 Dec 2008 07:53:54 +0000 Subject: Handle cases where user does not have appropriate permission to access the memory file or device. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@155 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f753ad0..7dac5d3 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ $(SRCSRV)/$(PACKAGE)/$(PACKAGE)_$(VERSION).orig.tar.gz: ../$(PACKAGE)_$(VERSION) cd ../build-area/ && \ gpg --clearsign python-dmidecode_2.10-1_i386.changes && \ mv python-dmidecode_2.10-1_i386.changes.asc python-dmidecode_2.10-1_i386.changes && \ - dupload -t mentors python-dmidecode_2.10-1_i386.changes + echo dupload -t mentors python-dmidecode_2.10-1_i386.changes touch $@ $(SO): -- cgit