oh i write some wrong content in my previous email.

> so i change this:
>       env.Alias(target="install", source=env.Install(dir=  destdir + 
> install_prefix +
> '/usr/share/applications', source="./hydrogen.desktop")) 
> env.Alias(target="install",
> source=env.Install(dir= destdir + install_prefix + '/usr/share/pixmaps',
> source="./data/img/gray/h2-icon.svg")) into this: env.Alias(target="install",
> source=env.Install(dir=  destdir + '/usr/share/applications',
> source="./hydrogen.desktop")) env.Alias(target="install", 
> source=env.Install(dir=
> destdir + '/usr/share/pixmaps', source="./data/img/gray/h2-icon.svg"))

this is the correct content!

so i change this:
        env.Alias(target="install", source=env.Install(dir=  destdir + 
install_prefix + '/share/applications', source="./hydrogen.desktop"))
        env.Alias(target="install", source=env.Install(dir= destdir + 
install_prefix + '/share/pixmaps', source="./data/img/gray/h2-icon.svg"))
into this:
        env.Alias(target="install", source=env.Install(dir=  destdir + 
'/usr/share/applications', source="./hydrogen.desktop"))
        env.Alias(target="install", source=env.Install(dir= destdir +
'/usr/share/pixmaps', source="./data/img/gray/h2-icon.svg"))

wolke



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to