gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 73 forks source link

fix(makefile): honor DESTDIR and PREFIX for tic (terminfo generation) #108

Closed actionless closed 4 years ago

actionless commented 4 years ago

fixes #78

$ make PREFIX=/usr DESTDIR=./pkgdir/ install
<...>

$ tree -a pkgdir/
pkgdir/
└── usr
    ├── bin
    │   └── xst
    └── share
        ├── man
        │   └── man1
        │       └── xst.1
        └── terminfo
            └── x
                ├── xst
                ├── xst-256color
                ├── xst-bs
                ├── xst-bs-256color
                ├── xst-meta
                ├── xst-meta-256color
                └── xst-mono