Skip to content

Instantly share code, notes, and snippets.

@pcolby
Created December 3, 2013 22:53
Show Gist options
  • Save pcolby/7779072 to your computer and use it in GitHub Desktop.
Save pcolby/7779072 to your computer and use it in GitHub Desktop.
Initialise RPM build environment
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment