rickyrockrat / parcellite

GNU General Public License v3.0
220 stars 29 forks source link

Compiling with makefile.simple fails on Ubuntu 22.04 #80

Closed felagund closed 1 year ago

felagund commented 1 year ago

This is a follow up to https://github.com/rickyrockrat/parcellite/issues/52

I just tried to install Parcellite on Ubuntu 22.04 and with makefile simple (I followed the readme), it fails with:

sudo make -f Makefile.simple install prefix=/usr/local
mkdir -p /bin
cp  /bin
cp: missing destination file operand after '/bin'
Try 'cp --help' for more information.
make: *** [Makefile.simple:36: install] Error 1

Compiling the traditional way works.

rickyrockrat commented 1 year ago

It should be fixed. Thank you.