linux-test-project / kirk

Kirk application aims to merge multiple Linux testing frameworks in one tool.
GNU General Public License v2.0
6 stars 7 forks source link

Makefile: Force symlink creation #2

Closed pevik closed 1 year ago

pevik commented 1 year ago

This fixes failure when repeatedly run make install:

ln -s /opt/ltp/runltp-ng /opt/ltp/kirk ln: failed to create symbolic link '/opt/ltp/kirk': File exists make: *** [Makefile:16: install] Error 1

Fixes: 666a2bd ("Symlink kirk with runltp-ng in LTP installation")