Changeset 1820
- Timestamp:
- 04/30/10 05:35:24 (11 years ago)
- Files:
-
- trunk/libffado/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/SConstruct
r1816 r1820 612 612 else: 613 613 action = "uninstall" 614 mixerdesktopaction = env.Action( " xdg-desktop-menu %s support/xdg/ffado.org-ffadomixer.desktop" % action )615 mixericonaction = env.Action( " xdg-icon-resource %s --size 64 --novendor --context apps support/xdg/hi64-apps-ffado.png ffado" % action )614 mixerdesktopaction = env.Action( "-xdg-desktop-menu %s support/xdg/ffado.org-ffadomixer.desktop" % action ) 615 mixericonaction = env.Action( "-xdg-icon-resource %s --size 64 --novendor --context apps support/xdg/hi64-apps-ffado.png ffado" % action ) 616 616 env.Command( "__xdgstuff1", None, mixerdesktopaction ) 617 617 env.Command( "__xdgstuff2", None, mixericonaction )