[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libcaca] Re: Minor problem in libcaca install
- To: libcaca@lists.zoy.org
- Subject: [libcaca] Re: Minor problem in libcaca install
- From: "Théophile Helleboid" <chtitux@gmail.com>
- Date: Tue, 28 Oct 2008 09:36:44 +0100
- Delivered-to: list-libcaca@zoy.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=gUEJlDD6D0Yg6DmG/xJEm7/qPuezKExSUQqy6zLNAUg=; b=N5QQt0WZGcOINMQvKBE0a5LifL7sM7RgsfjXOC6zDqGtlfIyATiPJCPXGzd0m6AZiz 5RHJoDp5C1fIH7vEmXsqGGsi1BdjF6GF9bRCq6E/k9yqR+Stl6NOWxt+38ETMeQEOCc/ 5ea8h+oRiP837RWgw0QQhQOtf1VFoeZYUoSN8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=sxWRWViN+q3yAA+SqDDF4Ca4fyGTqQ9eo4us5gzwzVUdKnkz5ruL4FfCW8u3UhHJY6 vS73OXEy6OT9vnpxMrhM4zGQIRBWiz7dqNeZy3LHmjukTaaYp8YZn6nuMLCIuB0G+0th ADUKy5sOYpLV7rSLND6cytq9eZcMAoCGms//0=
- In-reply-to: <20081027134634.GK13594@zoy.org>
- References: <4c50d3ee0810270442g6436a9c4h186afd3f613a41e@mail.gmail.com> <20081027134634.GK13594@zoy.org>
- Reply-to: libcaca@lists.zoy.org
- Sender: libcaca-bounce@lists.zoy.org
On Mon, Oct 27, 2008 at 14:46, Sam Hocevar <sam@zoy.org> wrote:
> Thanks. This will be fixed in the next release.
> Sam.
Fixed, thanks :)
But ...
Ooops, I get an issue with uninstall :
make[1]: entrant dans le rÃ(c)pertoire « /home/chtitux/src/libcaca-svn/doc »
rm -f '/usr/local/share/doc/libcaca-dev/html/doxygen.css'
rm -f /usr/local/share/doc/libcucul-dev
rm: ne peut enlever `/usr/local/share/doc/libcucul-dev': est un rÃ(c)pertoire
make[1]: *** [uninstall-local] Erreur 1
make[1]: quittant le rÃ(c)pertoire « /home/chtitux/src/libcaca-svn/doc »
make: *** [uninstall-recursive] Erreur 1
(Sorry, ssh + screen + putty + unicode sux)
Here's the patch :
Index: Makefile.am
===================================================================
--- Makefile.am (revision 3126)
+++ Makefile.am (working copy)
@@ -59,6 +59,6 @@
endif
uninstall-local:
- rm -f $(DESTDIR)$(datadir)/doc/libcucul-dev
+ rm -rf $(DESTDIR)$(datadir)/doc/libcucul-dev
rmdir $(DESTDIR)$(datadir)/doc 2>/dev/null || true
--
Chtitux -
Théophile Helleboid
--
This is the Caca Labs mailing-list, see http://caca.zoy.org/
Trouble unsubscribing? Please contact <sam@zoy.org>
List archives are at http://caca.zoy.org/list/