]> git.pld-linux.org Git - packages/python-send2trash.git/commitdiff
move instead of removing
authorElan Ruusamäe <glen@delfi.ee>
Sun, 10 Apr 2016 08:15:35 +0000 (11:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 10 Apr 2016 08:15:35 +0000 (11:15 +0300)
python-send2trash.spec

index 039a910da524bb2e0e773c4e1e7250199f65c8c5..fb3cfe13c5beb385daaa9c3e8475a178481494be 100644 (file)
@@ -59,8 +59,8 @@ freedesktop.org.
 
 # remove non-linux platforms
 %ifos Linux
-%{__rm} send2trash/plat_osx.py
-%{__rm} send2trash/plat_win.py
+mv send2trash/plat_osx.py .
+mv send2trash/plat_win.py .
 %endif
 
 %build
This page took 0.134535 seconds and 4 git commands to generate.