Remove extra white space in get command.
[m6w6/libmemcached] / rpm.am
diff --git a/rpm.am b/rpm.am
index 9d7c5494f60acc1dda8158aab0970a9ddee23215..82a3ffd389787e7ba77c8cdef2fda09997dfc2f2 100644 (file)
--- a/rpm.am
+++ b/rpm.am
@@ -13,12 +13,10 @@ rpm-build: support/$(PACKAGE).spec
        @mkdir -p ~/rpmbuild/SPECS/
        @mkdir -p ~/rpmbuild/SRPMS/
        @cp $(PACKAGE)-$(VERSION).tar.gz ~/rpmbuild/SOURCES/
-       @cp support/$(PACKAGE).init ~/rpmbuild/SOURCES/
        @rpmbuild -ba support/$(PACKAGE).spec
        @cp ~/rpmbuild/RPMS/x86_64/$(PACKAGE)-$(VERSION)*.rpm .
        @cp ~/rpmbuild/RPMS/x86_64/$(PACKAGE)-devel-$(VERSION)*.rpm .
        @cp ~/rpmbuild/RPMS/x86_64/$(PACKAGE)-debuginfo-$(VERSION)*.rpm .
-       @cp ~/rpmbuild/RPMS/x86_64/$(PACKAGE)-server-$(VERSION)*.rpm .
        @cp ~/rpmbuild/SRPMS/$(PACKAGE)-$(VERSION)*.rpm .
 
 rpm-sign: rpm-build