17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
$OpenBSD: patch-tools_Makefile_in,v 1.12 2010/09/15 15:41:38 ajacoutot Exp $
|
|
|
|
The f-spot-import script needs HAL to work, which we don't have.
|
|
|
|
--- tools/Makefile.in.orig Wed Sep 15 11:15:00 2010
|
|
+++ tools/Makefile.in Wed Sep 15 14:45:10 2010
|
|
@@ -339,8 +339,7 @@ DISTCLEANFILES = \
|
|
|
|
saverdir = @GNOME_SCREENSAVER_SAVERDIR@
|
|
saver_SCRIPTS = f-spot-screensaver
|
|
-bin_SCRIPTS = f-spot-import \
|
|
- f-spot-sqlite-upgrade
|
|
+bin_SCRIPTS = f-spot-sqlite-upgrade
|
|
|
|
all: all-am
|
|
|