-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
I've created initial Snap - ubuntu new packaging system:
https://en.wikipedia.org/wiki/Snappy_(package_manager)
After build such package can be distributed across different systems (no mater which kernel version, libraries etc) they have installed. So theoretically once build should run forever.
So thing like #7 shouldn't happen anymore;)
It's in the pull request:
#10
But there's a problem with make file.
As far as I understood there's a missing "install" section in Makefile:
(...)
make install DESTDIR=/home/marcin/evdev-snap/parts/evdevshift/install
make: *** No rule to make target 'install'. Stop.
Command '['/bin/sh', '/tmp/tmpgyvyw_hj', 'make', 'install', 'DESTDIR=/home/marcin/evdev-snap/parts/evdevshift/install']' returned non-zero exit status 2
could you add "install" to Makefile?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels