Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. # Substitute the prefix in the desktop file.
  2. sub = bld(
  3.     features = 'subst',
  4.     source   = 'data/namebar.desktop.in',
  5.     target   = 'data/namebar.desktop')
  6. sub.dict = {'PREFIX' : bld.env.prefix}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement