mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix up Makefile.am for the rpm target_cpu and target_os implementation.
svn:r6024
This commit is contained in:
parent
fab7268bf0
commit
55ca3927e9
@ -23,10 +23,9 @@ dist-rpm: dist
|
||||
mkdir $$RPM_BUILD_DIR/$$subdir; \
|
||||
done; \
|
||||
cp tor-$(VERSION).tar.gz $$RPM_BUILD_DIR/SOURCES; \
|
||||
rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec;
|
||||
# $$RPMBUILD_OPTIONS tor.spec; \
|
||||
rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
|
||||
mv $$RPM_BUILD_DIR/SRPMS/* .; \
|
||||
mv $$RPM_BUILD_DIR/RPMS/*/* .; \
|
||||
mv $$RPM_BUILD_DIR/RPMS/* .; \
|
||||
rm -rf $$RPM_BUILD_DIR
|
||||
|
||||
dist-osx:
|
||||
|
Loading…
Reference in New Issue
Block a user