summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gns3/files/gns3-0.6.1_set_pemu_path.patch')
-rw-r--r--net-misc/gns3/files/gns3-0.6.1_set_pemu_path.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/gns3/files/gns3-0.6.1_set_pemu_path.patch b/net-misc/gns3/files/gns3-0.6.1_set_pemu_path.patch
deleted file mode 100644
index c169f3050..000000000
--- a/net-misc/gns3/files/gns3-0.6.1_set_pemu_path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- GNS3-0.6.1-src.orig/src/GNS3/Ui/ConfigurationPages/Page_PreferencesPemu.py 2009-05-13 10:57:54.000000000 +0100
-+++ GNS3-0.6.1-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesPemu.py 2009-08-17 17:08:50.000000000 +0100
-@@ -54,8 +54,7 @@
- if sys.platform.startswith('win'):
- self.conf.pemuwrapper_path = unicode('C:\Program Files\GNS3\pemuwrapper.exe')
- else:
-- path = os.getcwd() + '/pemu/pemuwrapper.py'
-- self.conf.pemuwrapper_path = unicode(path, errors='replace')
-+ self.conf.pemuwrapper_path = unicode('/usr/libexec/gns3/pemuwrapper.py')
-
- # Default path to working directory
- if self.conf.pemuwrapper_workdir == '':