blob: eb04f0207503c1216c81b076299af77c5ebdb8ba (
plain)
1
2
3
4
5
6
7
|
PREFIX=/usr
install:
install -Dm755 xib.sh ${DESTDIR}${PREFIX}/bin/xib
install -Dm755 xibd.sh ${DESTDIR}${PREFIX}/bin/xibd
install -Dm644 xib_profile.conf ${DESTDIR}/etc/xib_profile.conf
|