From 1eb4f7176022683f99837f871124e87b8365e086 Mon Sep 17 00:00:00 2001 From: epage Date: Tue, 2 Jun 2009 01:44:47 +0000 Subject: [PATCH] Fixing minor glitches git-svn-id: file:///svnroot/quicknote/trunk@51 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- Makefile | 1 + support/builddeb.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 240fca6..86a6221 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ build: $(OBJ) build_mo rm -Rf $(BUILD_PATH) mkdir $(BUILD_PATH) cp $(PROGRAM) $(BUILD_PATH) + cp src/constants.py $(BUILD_PATH) $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; ) $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; ) $(foreach file, $(OBJ), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; ) diff --git a/support/builddeb.py b/support/builddeb.py index 2f83338..c3455e6 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -1,6 +1,7 @@ #!/usr/bin/python2.5 import os +import sys try: import py2deb -- 1.7.9.5