Changeset 1884 for branches


Ignore:
Timestamp:
Jun 8, 2011, 2:56:13 AM (13 years ago)
Author:
achernya
Message:
Whitespace sucks. Spaces replaced with tabs. Makefile is happy again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/Makefile

    r1883 r1884  
    7979        touch download_stamp
    8080
    81         cd $(tmp_src) && wget -nd -r -l1 -np -A.tar.gz http://debathena.mit.edu/apt/pool/debathena/d/debathena-aclocal/
    82         cd $(tmp_src) && wget -nd -r -l1 -np -A.orig.tar.gz http://debathena.mit.edu/apt/pool/debathena/d/debathena-discuss/
    83         cp $(oursrcdir)/discuss/* $(tmp_src)
     81        cd $(tmp_src) && wget -nd -r -l1 -np -A.tar.gz http://debathena.mit.edu/apt/pool/debathena/d/debathena-aclocal/
     82        cd $(tmp_src) && wget -nd -r -l1 -np -A.orig.tar.gz http://debathena.mit.edu/apt/pool/debathena/d/debathena-discuss/
     83        cp $(oursrcdir)/discuss/* $(tmp_src)
    8484%.src.rpm:
    8585        wget -q -nv -N -B $(server_url) -nd -nH -P $(dload) $(server_url)/$*.src.rpm
Note: See TracChangeset for help on using the changeset viewer.