From: Mikhael G. <mi...@ho...> - 2003-04-12 22:05:54
|
On 11 Apr 2003 22:53:16 +0200, Smiler wrote: > > i'm an german and i have translated the locales/de for fvwm-themes Already in cvs. As usually rerun the automake and so on procedure. Andrei, consider to translate *.html and rpm/fvwm-themes*.spec.in . > also i have interess on an fvwm-themes.deb > now i have the first things done: > 1. download a frech upstream (not the problem) > 2. dh_make (easy) > 3. dpkg-buildpackage -rfakeroot (with many problems) > > > jear there are entrys in the Makefile.in bzw .am > > the debian paketbuilder will install the packet to > fvwmt-hemes-x.x.x/debian/fvwm-themes-x.x.x/ > and the command > > "fvwm-themes-config --site --reset" > > say " no permision to /usr/share/fvwm-themes/themes/ " > > sorry i have no expiriences with Makefiles (: > > the entry DESTDIR = > > are OK but i don't know matsch Did you read the links I have sent you that solve this problem using ROOT_PREFIX? ./configure --prefix=/usr make make prefix=/path/to/debian/fvwm-themes-x.x.x/usr ROOT_PREFIX=/path/to/debian/fvwm-themes-x.x.x If you want to install something in other directories (like /etc), you should use a trick that you may find in our mail archives. But I suggest to install everything only in /usr, so these 3 commands above are ok. Regards, Mikhael. |