mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove some hardcoded paths from atom.spec.in
Also, fix a couple lines in atom.spec.in that either weren't really doing anything or were inconsistent with the rest of the script.
This commit is contained in:
@@ -11,7 +11,7 @@ ARCH=`uname -m`
|
||||
|
||||
rpmdev-setuptree
|
||||
|
||||
cp -r $BUILD_DIRECTORY/Atom/* $RPM_BUILD_ROOT/BUILD
|
||||
cp -r $BUILD_DIRECTORY/Atom $RPM_BUILD_ROOT/BUILD
|
||||
cp $SPEC_FILE $RPM_BUILD_ROOT/SPECS
|
||||
cp ./atom.sh $RPM_BUILD_ROOT/BUILD
|
||||
cp $DESKTOP_FILE $RPM_BUILD_ROOT/BUILD
|
||||
|
||||
Reference in New Issue
Block a user