summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2003-09-16 14:19:17 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2003-09-16 14:19:17 +0000
commitc95f48574fefc8f8bf99761996569154ed93e5f0 (patch)
tree9e08e01305dd579705498c278c9ee3bd8b085ace
parent3b470c9689b91a25850b3f953c8b01a515d14a1e (diff)
downloadlibgphoto2-c95f48574fefc8f8bf99761996569154ed93e5f0.tar.gz
libgphoto2, not gphoto2
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6757 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--packaging/rpm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/Makefile.am b/packaging/rpm/Makefile.am
index e8b8822ae..7dc42f028 100644
--- a/packaging/rpm/Makefile.am
+++ b/packaging/rpm/Makefile.am
@@ -16,10 +16,10 @@ clean-generic:
rpm: Makefile package.spec
if RPM_LIBUSB_DEVEL
- @echo "Building gphoto2 RPM with USB support and dependency on the libusb RPM package."
+ @echo "Building libgphoto2 RPM with USB support and dependency on the libusb RPM package."
else
@echo "#############################################################################"
- @echo "# Building gphoto2 RPM packages without USB support. #"
+ @echo "# Building libgphoto2 RPM packages ***WITHOUT*** USB support. #"
@echo "# Install both the libusb and the libusb-devel RPM package for USB support. #"
@echo "#############################################################################"
@sleep 3