d79061fb44
Maybe the conditionals shouldn't be too terse, by the way...
11 lines
372 B
Makefile
11 lines
372 B
Makefile
use/xdg-user-dirs: use/control
|
|
@$(call add_feature)
|
|
@$(call add,CONTROL,xdg-user-dirs:enabled)
|
|
@$(call add,THE_PACKAGES,xdg-user-dirs)
|
|
@$(call xport,XDG_USER_DIRS)
|
|
|
|
# tweak some values to move these dirs into Documents/
|
|
use/xdg-user-dirs/deep: use/xdg-user-dirs
|
|
@$(call add,XDG_USER_DIRS,MOVIES:Documents/Videos)
|
|
@$(call add,XDG_USER_DIRS,PHOTOS:Documents/Pictures)
|