]> git.pld-linux.org Git - packages/dropbox.git/commitdiff
preserve pynt for pynt.headers.WinError import dropbox-2.10.3-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 26 Jul 2014 18:49:10 +0000 (21:49 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 26 Jul 2014 18:49:10 +0000 (21:49 +0300)
dropbox.spec

index b4dfddc343214118d28ee0ff01f75cddd4f7754e..73ae930cfc72b005a6ae93efd319f84c4673cfac 100644 (file)
@@ -87,7 +87,7 @@ ln -sf dropbox library.zip
 
 # fun, let's delete non-linux files from archive
 unzip -l library.zip | \
-       grep -E '(arch|dropbox)/(mac|win32)|_(win32|mac).py|pynt|pymac|ui/cocoa|unittest' | \
+       grep -E '(arch|dropbox)/(mac|win32)|_(win32|mac).py|pymac|ui/cocoa|unittest' | \
        grep -vE 'pymac/(__init__|constants|types|lazydll|lazyframework).py' | \
        awk '{print $NF}' > lib.delete
 zip library.zip -d $(cat lib.delete)
This page took 0.228246 seconds and 4 git commands to generate.