[vlc-devel] Debian rules broken with new vlc.desktop file

C.Y.M cym at syphir.sytes.net
Thu Aug 11 17:36:24 CEST 2005


I get the following error with the latest debian rule changes:

cp debian/vlc.desktop debian/wxvlc/usr/share/gnome/apps/Multimedia
cp: cannot create regular file `debian/wxvlc/usr/share/gnome/apps/Multimedia':
No such file or directory
make: *** [install] Error 1

Here is a patch to fix the problem:

--- rules.orig  2005-08-11 08:30:56.000000000 -0700
+++ rules       2005-08-11 08:31:38.000000000 -0700
@@ -318,7 +318,7 @@
        mv debian/vlc/usr/bin/wxvlc debian/wxvlc/usr/bin/
        ln -s vlc debian/wxvlc/usr/share/doc/wxvlc
        cp debian/vlc/$(VIDDIR)/vlc.xpm debian/wxvlc/$(VIDDIR)/wxvlc.xpm
-       cp debian/vlc.desktop debian/wxvlc/$(GNOMEDIR)
+       cp debian/vlc.desktop debian/gnome-vlc/$(GNOMEDIR)
        mv debian/vlc/usr/lib/vlc/gui/libwxwidgets_plugin.so \
          debian/wxvlc/usr/lib/vlc/gui/
        ln -s vlc.1.gz debian/wxvlc/usr/share/man/man1/wxvlc.1.gz


Bye.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list