updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nexys2prog / nexys2prog_path.patch
blobaaffc7cece0ac8f64b796db2e6b477a24e0bd9ff
1 --- src/nexys2prog-20101021/nexys2prog.orig 2010-10-21 07:25:54.713333324 +0200
2 +++ src/nexys2prog-20101021/nexys2prog 2010-10-21 07:26:09.366666655 +0200
3 @@ -83,7 +83,7 @@
4 my $USBID_DIGILENT = "1443:0005";
5 my $XILINX;
6 my $TMPID = sprintf("/tmp/nexys2prog-%8.8X-%4.4X", time(), $$);
7 -my $FIRMWARE_FILE = $FindBin::RealBin."/usb_jtag.hex";
8 +my $FIRMWARE_FILE = "/usr/share/nexys2prog/usb_jtag.hex";
10 my $verbose = 0;
11 my $filebase;