diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,7 @@ IsoDumper 0.21 - added an "About isodumper" window "GtkAboutDialog". - Integration of find_devices in the main file. - fix of the behaviour of windows, not closing the application after escape from the confirmation dialog. - - fix transmission of the user name to write the log file at the good place + - fix transmission of the user name to write the log file at the good place. - update all translations for new changes. IsoDumper 0.20 @@ -56,7 +56,6 @@ install: all # for LIBFILES isodumper.py find_devices mkdir -p $(DESTDIR)$(LIBDIR)/isodumper - install -m 755 lib/find_devices $(DESTDIR)$(LIBDIR)/isodumper install -m 755 lib/isodumper.py $(DESTDIR)$(LIBDIR)/isodumper # for DATADIR isodumper.py header.png |