Skip to content

Ubuntu Snap - create working snap package #11

@mwozny123

Description

@mwozny123

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions