summaryrefslogtreecommitdiff
path: root/noncore/settings
Side-by-side diff
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/settings/aqpkg/global.h b/noncore/settings/aqpkg/global.h
index be3ede4..4df2f15 100644
--- a/noncore/settings/aqpkg/global.h
+++ b/noncore/settings/aqpkg/global.h
@@ -21,5 +21,5 @@
// Uncomment the below line to run on a Linux box rather than a Zaurus
// box this allows you to change where root is, and where to load config files from
-//#define X86
+#define X86
// Sets up location of ipkg.conf and root directory
@@ -36,7 +36,7 @@
// Running QT/Embedded on a X86 linux box
-#define IPKG_DIR "/home/andy/projects/aqpkg/aqpkg/data"
#define IPKG_CONF "/home/andy/projects/aqpkg/aqpkg/data/ipkg.conf"
#define ROOT "/home/andy/projects/aqpkg/aqpkg/data/root"
+#define IPKG_DIR "/home/andy/projects/aqpkg/aqpkg/data/"
#endif
@@ -47,5 +47,5 @@
#define IPKG_CONF "/home/andy/projects/aqpkg/aqpkg/data/ipkg.conf"
#define ROOT "/home/andy/projects/aqpkg/aqpkg/data/root"
-#define IPKG_DIR "/home/andy/projects/aqpkg/aqpkg/data"
+#define IPKG_DIR "/home/andy/projects/aqpkg/aqpkg/data/"
#endif