RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.

Home Page:https://ryanscottlewis.github.io/cutback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package under directory named after the build

RyanScottLewis opened this issue · comments

When extracting the package (built from make package), it's contents are dumped into pwd/output path but it would be nicer (and is conventional) to have a single entry within a package, named after the version.

This would change the manual install steps:

tar xf cutback-linux-x86_64-0.0.1-pre.tar.gz
cd cutback-0.0.1-pre # The new bit
make install