3cdeb73381
- Add MAKE_JOBS_SAFE - Support MANPREFIX - Fix handling configuration file PR: 162844 Submitted by: Ports Fury Feature safe: yes
7 lines
251 B
Text
7 lines
251 B
Text
bin/uufilter
|
|
bin/xloadimage
|
|
bin/xsetbg
|
|
bin/xview
|
|
@unexec if cmp -s %D/etc/xloadimagerc.sample %D/etc/xloadimagerc; then rm -f %D/etc/xloadimagerc; fi
|
|
etc/xloadimagerc.sample
|
|
@exec if [ ! -f %D/etc/xloadimagerc ] ; then cp -p %D/%F %B/xloadimagerc; fi
|